Home > Software engineering >  Advice on how to closed and open vertical synchronization in d3d program.
Advice on how to closed and open vertical synchronization in d3d program.

Time:09-21

I only know that when CreateDevice can set the vertical synchronization, that the process of how to modify the program is run.

CodePudding user response:

Presnet after D3D10 parameter is how much vertical synchronization and frame synchronization, please see the MSDN Presnet explanation, after D3D10 set synchronization refresh and CreateDevice it doesn't matter,
As for the D3D9 before and how to solve? Answer: no longer use D3D9, steering D3D11 or D3D12 comprehensively
  • Related