diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-09 10:13:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 10:13:27 +0100 |
commit | 18dae8409c04b07a5817eb8c1ad612283bc40ac5 (patch) | |
tree | 2ffb251ec8da506b083440b711eb2dcffb329f1d /thirdparty/glslang/SPIRV/GLSL.ext.EXT.h | |
parent | 6b3798ecb3a27535ed965f3604f5481a6515b455 (diff) | |
parent | 1231c2ecfc70e6efb3fbbdc77c87598a7b767114 (diff) |
Merge pull request #36932 from akien-mga/vulkan-sdk-1.2.131.2
Update Vulkan SDK to 1.2.131.2 and matching glslang version
Diffstat (limited to 'thirdparty/glslang/SPIRV/GLSL.ext.EXT.h')
-rw-r--r-- | thirdparty/glslang/SPIRV/GLSL.ext.EXT.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h b/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h index e29c055b9a..40164b6187 100644 --- a/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h +++ b/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h @@ -34,5 +34,6 @@ static const char* const E_SPV_EXT_shader_stencil_export = "SPV_EXT_shade static const char* const E_SPV_EXT_shader_viewport_index_layer = "SPV_EXT_shader_viewport_index_layer"; static const char* const E_SPV_EXT_fragment_fully_covered = "SPV_EXT_fragment_fully_covered"; static const char* const E_SPV_EXT_fragment_invocation_density = "SPV_EXT_fragment_invocation_density"; +static const char* const E_SPV_EXT_demote_to_helper_invocation = "SPV_EXT_demote_to_helper_invocation"; #endif // #ifndef GLSLextEXT_H |