diff options
Diffstat (limited to '3rdparty/bgfx/3rdparty/spirv-tools/include/generated/DebugInfo.h')
-rw-r--r-- | 3rdparty/bgfx/3rdparty/spirv-tools/include/generated/DebugInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/bgfx/3rdparty/spirv-tools/include/generated/DebugInfo.h b/3rdparty/bgfx/3rdparty/spirv-tools/include/generated/DebugInfo.h index 9639ea10776..76c61714c88 100644 --- a/3rdparty/bgfx/3rdparty/spirv-tools/include/generated/DebugInfo.h +++ b/3rdparty/bgfx/3rdparty/spirv-tools/include/generated/DebugInfo.h @@ -72,6 +72,7 @@ enum DebugInfoInstructions { enum DebugInfoDebugInfoFlags { + DebugInfoNone = 0x0000, DebugInfoFlagIsProtected = 0x01, DebugInfoFlagIsPrivate = 0x02, DebugInfoFlagIsPublic = 0x03, @@ -134,4 +135,4 @@ enum DebugInfoDebugOperation { } #endif -#endif // SPIRV_EXTINST_DebugInfo_H_ +#endif // SPIRV_EXTINST_DebugInfo_H_
\ No newline at end of file |