TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.09k stars 222 forks source link

VSync Support #100

Closed TheCherno closed 8 years ago

TheCherno commented 8 years ago

Proper vsync support needs to be implemented for both Direct3D and OpenGL, and exposed via the Window class. Also there are currently some minor issues with context creation, such as Direct3D using single-buffering for example.

TheCherno commented 8 years ago

Fixed in rev 19533e3. OpenGL vsync seems to be always be on, requires separate issue.