shaderc icon indicating copy to clipboard operation
shaderc copied to clipboard

Can not source debug in renderdoc even when I call SetGenerateDebugInfo

Open wsyOverflow opened this issue 2 years ago • 0 comments

I used to compile shader by glslc with "-g" option, therefore I can debug shader in source level by renderdoc. However, I implement online compile by shaderc and call SetGenerateDebugInfo for copmile option, renderdoc displays "Source debugging unavailabel".

How can I implement same function of "-g" option of glslc in shaderc?

wsyOverflow avatar Feb 24 '22 02:02 wsyOverflow