Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: How to V-Sync with OpenGL ???

  1. #1
    Junior Member Newbie
    Join Date
    May 2000
    Location
    cologne/germany
    Posts
    23

    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

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    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
  •