So i Finaly managed to Hook my little program up to the EndScene Hook, and im getting the Callback called every frame, happy so far.
Now i would like to draw on the screen.
The Microsoft.DirectX.Device constructor accepts a IntPtr of the already existing device.
My question is, is the Device Pointer saved in the VFTable?, and if so at what index, end scene is [0][42].
Thank you.