PDA

View Full Version : glutGameMode & vsync



Osku
01-24-2001, 01:10 AM
Hello!

Is there a way to disable glutGameMode to sync to vertical refresh?

Osku

Bob
01-24-2001, 02:33 AM
Vsync is a driver issue. In other words, you cannot do this from either OpenGL or GLUT.

Osku
01-24-2001, 08:44 PM
If I use "640x480:16@60" then it draws about 50,000 tri-strips/second but when I'm using "640x480:16@85" it only draws about 20,000 tri-strips/second. And that's when vsync is turned off in the driver, but if I turn it on it is vice versa (not exactly the same numbers but anyway)... http://www.opengl.org/discussion_boards/ubb/confused.gif

Osku

Osku
01-24-2001, 08:47 PM
By the way, I have a TNT2 Ultra PCI and when I'm using @60 the monitor reports 120 Hz, but it still shouldn't make any difference when vsync is off...