08-05-2012, 04:42 PM
DirectX SDK Wrote:PIX is a debugging and analysis tool that captures detailed information from a Direct3D application as it executes. PIX can be configured to gather data, such as the list of Direct3D APIs called, timing information, mesh vertices before and after transformations, screenshots, and select statistics. PIX can also be used for debugging vertex and pixel shaders, including setting breakpoints and stepping through shader code.
Im learning sharpdx, a wrapper around DirectX, but i havent used PIX yet so i dont know much about it. From the documentation, it sounds like you might be able to do what you need with screenshots. I've never ripped sprites from anything before, so i may be wrong.