Tagged Questions
The vertical-sync tag has no wiki summary.
10
votes
3answers
14k views
how to enable vertical sync in opengl?
How do you enable vertical sync?
Is it something simple like glEnable(GL_VSYNC)? (though there's no such thing as GL_VSYNC or anything like it in the options that glEnable accepts).
or is there no ...
4
votes
1answer
356 views
How to sync page-flips with vertical retrace in a windowed SDL application?
I'm currently writing a game of immense sophistication and cunning, that will fill you with awe and won- oh, OK, it's the 15 puzzle, and I'm just familiarising myself with SDL.
I'm running in ...
1
vote
4answers
1k views
How to enable VSYNC in OpenGL
The WGL_EXT_swap_control extension allows doing this on Windows, but I am unable to find anything even remotely cross-platform doing the same, i.e. syncing my buffer swaps with screen refresh. My ...
1
vote
4answers
334 views
VB6 Vertical Sync for Emulator
This is maybe an oblique question:
I'm writing an emulator in VB6 (silly me). For smooth window refreshing in the emulator itself, I would like to grab the vertical sync of the monitor. Are there ...
0
votes
1answer
100 views
How can I perform actions while waiting for vertical sync?
I want to be able to load/download a bunch of resources and notify the user of the file that's currently being loaded, but I can't just draw a frame after each file starts loading because v-sync will ...
0
votes
3answers
755 views
Two vertical divs within a 100% height div
Sorry for my bad english, hope you will understand my issue.
I'm turning my head around a problem that I know I've been solving once before. The issue is that I need two DIVs inside a div where one ...