Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualErik Rufelt

Posted 18 August 2012 - 12:20 PM

On Vista and Win7 D3D9Ex has a WaitForVBlank method, which I guess does the same as the DXGI version, though I haven't tried it.
You could also create a DirectDraw device that you use only for VSync. Check out WaitForVerticalBlank, http://msdn.microsof...y/aa911354.aspx or GetVerticalBlankStatus.

#1Erik Rufelt

Posted 18 August 2012 - 12:18 PM

On Vista and Win7 you D3D9Ex has a WaitForVBlank method, which I guess does the same as the DXGI version, though I haven't tried it.
You could also create a DirectDraw device that you use only for VSync. Check out WaitForVerticalBlank, http://msdn.microsoft.com/en-us/library/aa911354.aspx or GetVerticalBlankStatus.

PARTNERS