I'm trying to write a proxy dll that will redirect calls from direct3d 9 to 10th. I've used Api Tracer (https://github.com/apitrace/apitrace) to create proxy to trace these calls, but how to redirect them correctly ?
I need software render. There is a SwifhShader , but it is very slow and with watermark. I want to use Direct 3D 10 & 11 Warp functionality that is exactly what i need, BUT third-party app uses Direct 3D 9 only. =(
I need software render. There is a SwifhShader , but it is very slow and with watermark. I want to use Direct 3D 10 & 11 Warp functionality that is exactly what i need, BUT third-party app uses Direct 3D 9 only. =(