Shader Intermediate File

Just a general question, is it possible to look at the intermediate file between the .shader file and final compiled version? as I have a bug/error shown as a line number in an output temp.hlsl file but no file/line number to find the actual source of the error.

Thanks

If you comment out #pragma enable_d3d11_debug_symbols, it will show you the proper line.

1 Like