Disable D3D11 Drawing Functions From Hooks
I've got a game that I'm attempting to prevent any rendering from happening so I can run multiple instances of the game with minimal lag, I've currently got a .dll that I can inject but I cannot figure out which functions I should be hooking to remove the graphic draws. Does anyone know how I could find out which functions I need to hook and remove to disable all the rendering of the game?