Questions tagged [pix]
The pix tag has no summary.
8 questions
0 votes
1 answer
330 views
Why does PIX crash while creating render target views in my D3D11 application?
I'm trying to use PIX to debug my Direct3D11 application. PIX crashes and gives the following stack trace: ...
5 votes
1 answer
170 views
Is it possible to show vertex information in tables in VS2012 like in PIX?
In PIX I was able to watch the objects' vertex data at different stages in tables, like before vertex shader, between vertex and pixel shaders, and so on. Can you see this in Visual Studio 2012 ...
3 votes
2 answers
3k views
Pix for visual studio express 2012 (Desktop)
(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. ...
0 votes
1 answer
210 views
Under what circumstances will a PIX 'Render' be different to the actual 'render'?
I am trying to implement dual-pass alpha sorting using Ogre material scripts, as part of my debugging attempts I want to compare two PIX captures, but when I attempt to debug a pixel in PIX, ...