LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: baegsi on November 05, 2004, 20:18:54

Title: What happend to isVsyncEnabled()?
Post by: baegsi on November 05, 2004, 20:18:54
Hi,

I know that Window & Display class have merged into single Display, but I'm wondering what happened to Window.isVSyncEnabled() method?
Title: What happend to isVsyncEnabled()?
Post by: oNyx on November 06, 2004, 01:12:44
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.
Title: What happend to isVsyncEnabled()?
Post by: baegsi on November 09, 2004, 16:14:39
Ok, makes sense. Thanks oNyx