diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-09-22 12:40:17 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-09-22 12:56:15 +0200 |
commit | fd641ac85c6170c34845db5e345d3bf9cedce8d7 (patch) | |
tree | c8bc0b91e3cb2b81fa8560d9a7d6b3763561ef40 /thirdparty/glslang/SPIRV/GLSL.ext.EXT.h | |
parent | 211cb401db71021beef5b475e52fd6ea8a161777 (diff) |
Vulkan: Update volk and Vulkan SDK components to 1.2.190
Diffstat (limited to 'thirdparty/glslang/SPIRV/GLSL.ext.EXT.h')
-rw-r--r-- | thirdparty/glslang/SPIRV/GLSL.ext.EXT.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h b/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h index 20b9e54014..f48f1304d6 100644 --- a/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h +++ b/thirdparty/glslang/SPIRV/GLSL.ext.EXT.h @@ -36,6 +36,8 @@ static const char* const E_SPV_EXT_fragment_fully_covered = "SPV_EXT_fragment_fu 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"; +static const char* const E_SPV_EXT_shader_atomic_float16_add = "SPV_EXT_shader_atomic_float16_add"; +static const char* const E_SPV_EXT_shader_atomic_float_min_max = "SPV_EXT_shader_atomic_float_min_max"; static const char* const E_SPV_EXT_shader_image_int64 = "SPV_EXT_shader_image_int64"; #endif // #ifndef GLSLextEXT_H |