bjornblissing / osgoculusviewer

An OsgViewer with support for the Oculus Rift
Other
106 stars 67 forks source link

Disable desktop composition when running in extended mode #38

Closed bjornblissing closed 9 years ago

bjornblissing commented 9 years ago

When running in extended mode we need to disable desktop composition in Windows to avoid judder. This can be done by code by calling the DwmEnableComposition function. This function is deprecated in Windows 8 and later.