-
Notifications
You must be signed in to change notification settings - Fork 544
Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels