Hello,
I have this problem and I'm trying to solve it using various methods:
- Draw Big/Slow scene
- Save the backbuffer
- Swap
- LOOP at interactive rate :
Restore the back buffer
...
Type: Posts; User: s252019
Hello,
I have this problem and I'm trying to solve it using various methods:
- Draw Big/Slow scene
- Save the backbuffer
- Swap
- LOOP at interactive rate :
Restore the back buffer
...
In fact, I would like to use DXGI just to try to do a bit of syncronization between our application and the screen presentation. Of course I would use this tecnology only under VISTA/WIN7, since XP...
Thank you for the answers.
Of course disabling the DWM would have a negative impact, since is a feature of Windows and I find it really annoying for the user.
The key point here is the noticeable...
Hello there!
I'm writing a sort of CAD application, and I have a problem with lines "following" the mouse when the DWM is active (other CAD applications seems to have it too).
The problem can be...