We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514919c commit 8cbfe85Copy full SHA for 8cbfe85
src/nbl/asset/utils/CHLSLCompiler.cpp
@@ -367,7 +367,7 @@ core::smart_refctd_ptr<ICPUShader> CHLSLCompiler::compileToSPIRV(const char* cod
367
arguments.insert(arguments.end(), {
368
DXC_ARG_DEBUG,
369
L"-Qembed_debug",
370
- L"-fspv-debug=vulkan-with-source",
+ // L"-fspv-debug=vulkan-with-source", // disabled because of dxc compiler bugs that don't play nice with this :(
371
L"-fspv-debug=file"
372
});
373
}
0 commit comments