Skip to content

Commit 8cbfe85

Browse files
committed
temp disable source level shader debugging cause of dxc bug
1 parent 514919c commit 8cbfe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/asset/utils/CHLSLCompiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ core::smart_refctd_ptr<ICPUShader> CHLSLCompiler::compileToSPIRV(const char* cod
367367
arguments.insert(arguments.end(), {
368368
DXC_ARG_DEBUG,
369369
L"-Qembed_debug",
370-
L"-fspv-debug=vulkan-with-source",
370+
// L"-fspv-debug=vulkan-with-source", // disabled because of dxc compiler bugs that don't play nice with this :(
371371
L"-fspv-debug=file"
372372
});
373373
}

0 commit comments

Comments
 (0)