Rename
.nupkg
to.zip
, extractbin
andinclude
folders.
https://www.nuget.org/api/v2/package/WinPixEventRuntime/
https://devblogs.microsoft.com/pix/winpixeventruntime/
https://devblogs.microsoft.com/pix/programmatic-capture/
-
PIX timeline sometimes doesn't show anything after an analysis, right click on the timeline -> Refresh fixes this.
-
Debugging shader code: compile HLSL files with
/Zi /Od
flags, open a PIX capture, in the Pipeline tab click on a draw call, in another Pipeline tab below click on a OM RTV, pick a pixel, right click -> Show Pixel History, right click on a Draw row you want -> Debug This Pixel.