The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
40 views

PIX and Metro apps

I would like to use Pix on a Metro (Win 8) app. However, Pix wants the path to the application, something that Metro apps don't have. Has anybody been able to get Pix working with Metro?
0
votes
0answers
50 views

Pix, debug shader error

I can't get Pix to debug shaders. I've used it before totally fine, but today I keep receiving this error when trying to debug either a vertex or pixel shader: A call that previously succeeded failed ...
0
votes
0answers
46 views

How to attach PIX to running app?

Do you know how can I attach PIX or other rendering debuging program to running windows app with directx? Is it possible ? I can only choose in *.exe to run :/ I have Directx SDK June 2010
3
votes
2answers
1k 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. ...
1
vote
1answer
220 views

Use PIX to find model Polygon count in XNA?

I'm using PIX from the DirectX SDK to monitor my XNA application. I want to see the polygon count a model loaded in the application and was told this was information I could get from using PIX. ...
4
votes
1answer
229 views

Why does PIX suggest my frames are rendering out of order?

When my application goes into a fullscreen state my movement is not smooth. It seems like frames are not rendered in the correct order, doing something like: 1, 3, 2, 4, 6, 5, ... making the movement ...
0
votes
1answer
158 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, ...