Nice video! PIX is really a good tool to debug rendering.
One thing I find pretty useful is that you can double click the address right before 'IDirect3DDevice9::DrawXXX' and see all device states during that draw call, that is very useful.
Another thing is that you can use 'D3DPERF_BeginEvent' and 'D3DPERF_EndEvent' in your program and help you debugging in PIX
Nice video! PIX is really a good tool to debug rendering.
One thing I find pretty useful is that you can double click the address right before 'IDirect3DDevice9::DrawXXX' and see all device states during that draw call, that is very useful.
Another thing is that you can use 'D3DPERF_BeginEvent' and 'D3DPERF_EndEvent' in your program and help you debugging in PIX
thelone328 3 months ago