diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-31 13:47:11 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-03 12:20:46 +0100 |
commit | 0181d005c98dcf62fd63e19b0dec7586ac708154 (patch) | |
tree | 20f458ec639855e5894a195dbab26247392dd712 /thirdparty/vulkan/patches | |
parent | 879aac9db44c90000197ef02ae048c71f7500a2b (diff) |
vulkan: Update all components to Vulkan SDK 1.3.231.1
Updates to volk, vulkan headers, `vk_enum_string_helper.h`, glslang,
spirv-reflect.
No update to VMA which still has 3.0.1 as it's last tagged release.
Diffstat (limited to 'thirdparty/vulkan/patches')
-rw-r--r-- | thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch b/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch index 9a2267e2b6..849a2aa040 100644 --- a/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch +++ b/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch @@ -1,8 +1,8 @@ diff --git a/thirdparty/vulkan/vk_enum_string_helper.h b/thirdparty/vulkan/vk_enum_string_helper.h -index 4c36430341..004a861774 100644 +index 65b3322c07..e8c61aaf15 100644 --- a/thirdparty/vulkan/vk_enum_string_helper.h +++ b/thirdparty/vulkan/vk_enum_string_helper.h -@@ -36,7 +36,11 @@ +@@ -37,7 +37,11 @@ #endif #include <string> |