I am looking for a portable way to make a non-blocking SwapBuffers() even if VSync is activated.
In other words, is it possible to to be notified by an event or to know the delay until the next VSync ?
views:
74answers:
1
+2
A:
IIRC this extension helps: http://www.opengl.org/registry/specs/SGI/video_sync.txt, but it is very poorly supported with current drivers.
eile
2010-02-08 16:05:13
Unfortunately you're right, this feature is very poorly supported.
Soubok
2010-02-09 16:27:58