Pix for visual studio express 2012 (Desktop)
- by JohnB
(Originally asked on stackoverflow)
Using visual c++ express 2010 for direct3d you have to download the directX sdk and there is a tool called pix for debugging shaders, looking at 3d resources etc.
With visual studio 2012 express the directx sdk is included in the windows sdk that comes with it but this does not seem to include the winpix.exe tool. Is this very useful tool still available? I guess I can still use the one from the previous sdk but it seems wrong to install the entire sdk just for that tool.
Is there a version for VS2012 express that I'm missing?