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.
Show differencesHistory of post edits
#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.
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.