Advertisement

Examples clamped at 60fps?

Started by March 17, 2010 03:47 AM
2 comments, last by pjcard 14 years, 8 months ago
I've tried building and running the c++ version of example 5 on two different machines, and the FPS measurements with fraps and my own timing code both seems to max out at 60fps. As these are modern machines (and the cap is exactly 60fps) I can only assume there is some code artificially limiting the framerate, but I can't work out what it is. Anyone know?
How many Mhz do your monitors have? Probably it's the Vsync.
Visit my personal page, and follow the Rat King on Facebook & Twitter!
Advertisement
Hmm, my refresh rate _is_ set to 60hz, but I have other games that run at over 60fps (albeit pointlessly, I suppose).

edit: Seems swapbuffers can wait for vsync, depending on hardware, but can also be disabled on some windows systems (http://www.gamedev.net/community/forums/topic.asp?topic_id=360862)

Thanks :)
Apparently I can also setup a profile for the app in my nVidia settings with the vsync off, which results in a rather funny 2500fps :)

This topic is closed to new replies.

Advertisement