microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.44k stars 369 forks source link

PIX shader debugging needs full paths for PDB files #204

Closed walbourn closed 5 months ago

walbourn commented 5 months ago

When using Xbox PIX or PIX for Windows to debug shaders, the tool expects to find absolute paths to the PDBs embedded in the shader blob. This is done by specifying the full path in the build command line.