PIX

any way to use PIX with XNA... I like those Acronyms
[112 byte] By [rock.aut] at [2007-12-25]
# 1

PIX should not care that this it is watching an XNA program. It intercepts the underlying native DirectX calls. If you can't get it to work then it could well be a PIX bug.

However you will have to understand the native DirectX calls and how XNA uses them. e.g. PIX does not know about SpriteBatch - you will see lots of dynamic vertex buffers being drawn in PIX.

TheZMan at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 2
On Windows, yes. If you download the DirectX SDK and get PIX installed, you can use it on XNA programs just the same as you would for any other DirectX app.
ShawnHargreaves at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...