Falcor
Falcor copied to clipboard
Failed to generate shader debug info
I am running on Falcor 7.0 and failed to generate shader debug info after following #415 (I need the shader source code in Nsight Graphics).
All of the following did not work for me:
- Running Mogwai with ----debug-shaders
desc.addCompilerArguments({"-Xdxc", "/Zi"});desc.setCompilerFlags(Falcor::SlangCompilerFlags::GenerateDebugInfo);- Running Mogwai with ----debug-shaders and --shadercache=""
Both 3 and 4 raised the following error to me:
Seems like it's a Falcor 7.0 issue because I can profile shaders in 8.0 and failed to profile the minimal path tracer in a new 7.0 repo.