diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-07-16 08:59:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 08:59:50 -0400 |
| commit | b00e2dc8e777a481f79c5c4fea4d1d0481fc445e (patch) | |
| tree | a59572b8d2e19ed2b7cdacee525ba290d21e774d /external/spirv-tools-generated/DebugInfo.h | |
| parent | 073bcc10c7a3977ab1b32f9b3ae0d2a39e1d8e42 (diff) | |
Upgrade glslang to 11.5.0 (#1910)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Upgrade glslang to 11.5.0
* Remove no longer needed section from glslang-generated/README.md
Diffstat (limited to 'external/spirv-tools-generated/DebugInfo.h')
| -rw-r--r-- | external/spirv-tools-generated/DebugInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/spirv-tools-generated/DebugInfo.h b/external/spirv-tools-generated/DebugInfo.h index 0b3406cc8..76c61714c 100644 --- a/external/spirv-tools-generated/DebugInfo.h +++ b/external/spirv-tools-generated/DebugInfo.h @@ -72,6 +72,7 @@ enum DebugInfoInstructions { enum DebugInfoDebugInfoFlags { + DebugInfoNone = 0x0000, DebugInfoFlagIsProtected = 0x01, DebugInfoFlagIsPrivate = 0x02, DebugInfoFlagIsPublic = 0x03, |
