parasyte / pixels

A tiny hardware-accelerated pixel frame buffer. 🦀
https://docs.rs/pixels
MIT License
1.82k stars 123 forks source link

Add present mode setters on Pixels #373

Closed Kanabenki closed 1 year ago

Kanabenki commented 1 year ago

Closes #372.

Add set_present_mode and enable_vsync methods on Pixels. The documentation is almost identical to the corresponding methods on PixelsBuilder since they do the same thing but after the instance has been created.

Kanabenki commented 1 year ago

Good idea, added that!