TheCherno / Sparky

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

From pull request #80, Added VSync support #83

Open Ilohama opened 8 years ago

Ilohama commented 8 years ago

Yeah, i've seen that wglswap.... is windows only, the other func for linux etc.... is glXswap.... But for now, we target windows and there is no handler for platform.

TheCherno commented 8 years ago

That's a good point, maybe this does belong in the platform-specific Window class.