I have tried searching google for turning on vsync in Direct3D9 but I can't seem to find out how to do it. So with that said, does anyone know how to do it :worthy:?
Direct3D9 VSync
Started by dega512, Mar 27 2006 02:37 PM
2 replies to this topic
#1
Posted 27 March 2006 - 02:37 PM
#2
Posted 27 March 2006 - 03:09 PM
D3DPRESENT_PARAMETERS d3dpp; // on d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_DEFAULT; // off d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE;See the details: D3DPRESENT
#3
Posted 28 March 2006 - 01:27 AM
Wow that easy eh? Thanks a ton!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












