diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-10-26 15:15:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 15:15:19 +0100 |
commit | 825ab3b784db07534d2b89f658129b30e3d6807c (patch) | |
tree | b237872f80f24b0b9de4904901c8d17dd0ff688a /thirdparty/glslang/SPIRV/GLSL.ext.EXT.h | |
parent | a3396fabd5700f08d9390f14eab0676d42ee6f14 (diff) | |
parent | 148ad49c939f2413532ebecf92b60ce8dbc8cb8b (diff) |
Merge pull request #42817 from akien-mga/vulkan-sdk-1.2.154.0
vulkan: Sync loader, headers and glslang to sdk-1.2.154.0
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 40164b6187..6eb0eeeada 100644 --- a/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h +++ b/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h @@ -35,5 +35,6 @@ static const char* const E_SPV_EXT_shader_viewport_index_layer = "SPV_EXT_shade 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"; +static const char* const E_SPV_EXT_shader_atomic_float_add = "SPV_EXT_shader_atomic_float_add"; #endif // #ifndef GLSLextEXT_H |