shaderc
shaderc copied to clipboard
Generate nonsemantic shader debug information
Proof of concept fix for #1391.
Possibly emitNonSemanticShaderDebugInfo
and emitNonSemanticShaderDebugSource
should be controlled using dedicated command line arguments instead of just -g
.
This worked for me and allowed me to use RenderDoc source debugging.
Hey, we are also interested in this feature. Can someone look at this and merge it?
Hi! Debug information is very useful for Vulkan-API debugging with RenderDoc. I hope it will be merged soon! :)
Why hasn't this been merged?
There are failing tests which need to be fixed up. The glslc_tests
, and a bunch of the shaderc test suites all failed with the patch applied.