google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.79k stars 343 forks source link

No support for source level debug info? #1388

Open qbojj opened 5 months ago

qbojj commented 5 months ago

glslangValidator has had support for source level debug info for more than a year now (-gVS flag), but I couldn't find the equivalent flag in glslc.

It should be an easy addition as this feature is also exposed in the API (where you can additionally specify the strings' file paths/names).