In one of my project I want to extract geometry and its state->Matrix from the one of the DirectX 9 application.
So far I have tried capturing frame using GUI with application analyzer and above mentioned details using the frame analyzer tools. Now somehow I want to automate this process so I looked into the available SDK, but so far I am not able to capture single frame, it captures all the frames since the application started in d3d11 application. and not working at all in d3d9 application.
1) So is there any way I can do so and extract the required informations using SDK ?
2) Can I use this SDK on windows 7
3) Can I use this SDK for DirectX 9 application.
Please clarify my issues , so that I can go further
-Matang