Skip to main content

Questions tagged [pix]

0 votes
1 answer
330 views

I'm trying to use PIX to debug my Direct3D11 application. PIX crashes and gives the following stack trace: ...
P. Avery's user avatar
  • 575
5 votes
1 answer
170 views

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 ...
SamiHuutoniemi's user avatar
3 votes
2 answers
3k views

(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. ...
JohnB's user avatar
  • 763
0 votes
1 answer
210 views

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, ...
user avatar