1. Don't let the game application shows images,
2. Reduce the CPU and GPU resource usage (need not Sleep, custom application is already fixed frame rate of 30)
3. But can get picture from the application of
4. The application does not affect the normal logic (handling of mouse and keyboard)
I don't know can realize?
CodePudding user response:
WinAPIOverride http://jacquelin.potier.free.fr/winapioverride32/CodePudding user response:
Don't let the game application shows a picture: create a RT and then to the above picture, do not draw on the BackBuffer for the Present operation will not be displayed on the screen, if you want to or lack of picture your RT content Copy out is not good, how to intercept API so complexCodePudding user response: