how to enable vertical sync in opengl?

Posted by hasen j on Stack Overflow See other posts from Stack Overflow or by hasen j
Published on 2009-02-26T04:07:14Z Indexed on 2010/05/06 20:38 UTC
Read the original article Hit count: 418

Filed under:
|
|

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 standard way to do this in opengl?

© Stack Overflow or respective owner

Related posts about opengl

Related posts about vertical-sync