VSYNC

Started by
3 comments, last by krazywest 21 years, 1 month ago
I just got the new NVIDIA drivers from the ut2003 cd. There is an option in there that says VSYNC is on by default. Quite simply, how do you change this in OpenGL (in vc)...
Advertisement
this topic :
http://gamedev.net/community/forums/topic.asp?topic_id=140928
this post :
http://gamedev.net/community/forums/topic.asp?topic_id=140928

its down there...
display properties > screen settings > advanced > open GL tab > vysnc > change it to "off by default" or "always off"
-eldee;another space monkey;[ Forced Evolution Studios ]
Sorry, Just read this:
quote:Original post by Luke Philpot

      PFNWGLSWAPINTERVALEXTPROC pFunc = NULL;if ((pFunc = (PFNWGLSWAPINTERVALEXTPROC) wglGetProcAddress("wglSwapIntervalEXT")) != NULL)	pFunc(0);     


...for turning off vsync

[edited by - Luke Philpot on February 21, 2003 10:12:49 PM]

The problem was that my game ran significantly slower with vsync on and I wanted to turn it off on other poeoples pcs.

ALSO:
Do you know if you can check if vsync is set as always on?

This topic is closed to new replies.

Advertisement