-
How to V-Sync with OpenGL ???
I have frameskipping in my demo and sometimes i can see the "blitt"... how can i add a simple v-sync (like the old dos one ???) to my prog. ? i am not using glut
-
Senior Member
OpenGL Guru
Re: How to V-Sync with OpenGL ???
There are two extensions you should look at. It's EXT_swap_control (non-ARB number 172) and SGI_video_sync (non-ARB number 41). You can find information @ http://oss.sgi.com/projects/ogl-sample/registry/ .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules