What happend to isVsyncEnabled()?

Started by baegsi, November 05, 2004, 20:18:54

Previous topic - Next topic

baegsi

Hi,

I know that Window & Display class have merged into single Display, but I'm wondering what happened to Window.isVSyncEnabled() method?

oNyx

The method should be actually called haveWeTriedEnablingVsync(), because... well you can't check from opengl if vsync is enabled or not (well you can with Nvidia cards :roll: ).

So, in reality you cannot check for vsync.

baegsi