SPIR_V: Generate nonsemantic shader debug information (with source)
Open
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 445
- Avg merge
- 11h 6m
- Merged PRs (30d)
- 6
Description
Enabling nonsemantic shader debug information would allow source debugging with RenderDoc, for example.
Essentially same as the following options for `glslang`:
```
-gV generate nonsemantic shader debug information
-gVS generate nonsemantic shader debug information with source
```
Contributor guide
Assessment
This issue has not been assessed yet.