diff options
Diffstat (limited to 'thirdparty/vulkan/patches')
-rw-r--r-- | thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch | 2 | ||||
-rw-r--r-- | thirdparty/vulkan/patches/VMA-use-volk.patch | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch b/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch index 0fd22281d9..9a2267e2b6 100644 --- a/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch +++ b/thirdparty/vulkan/patches/VKEnumStringHelper-use-volk.patch @@ -1,5 +1,5 @@ diff --git a/thirdparty/vulkan/vk_enum_string_helper.h b/thirdparty/vulkan/vk_enum_string_helper.h -index 4c36430341..004a861774 100755 +index 4c36430341..004a861774 100644 --- a/thirdparty/vulkan/vk_enum_string_helper.h +++ b/thirdparty/vulkan/vk_enum_string_helper.h @@ -36,7 +36,11 @@ diff --git a/thirdparty/vulkan/patches/VMA-use-volk.patch b/thirdparty/vulkan/patches/VMA-use-volk.patch index 4ba84c9a60..81bfcccd89 100644 --- a/thirdparty/vulkan/patches/VMA-use-volk.patch +++ b/thirdparty/vulkan/patches/VMA-use-volk.patch @@ -1,9 +1,9 @@ diff --git a/thirdparty/vulkan/vk_mem_alloc.h b/thirdparty/vulkan/vk_mem_alloc.h -index 8a42699e7f..510fa4d3ef 100644 +index 65d6243419..9890f20f7c 100644 --- a/thirdparty/vulkan/vk_mem_alloc.h +++ b/thirdparty/vulkan/vk_mem_alloc.h -@@ -1771,7 +1771,11 @@ available through VmaAllocatorCreateInfo::pRecordSettings. - #endif +@@ -2063,7 +2063,11 @@ available through VmaAllocatorCreateInfo::pRecordSettings. + #endif // #if defined(__ANDROID__) && VMA_STATIC_VULKAN_FUNCTIONS && VK_NO_PROTOTYPES #ifndef VULKAN_H_ - #include <vulkan/vulkan.h> @@ -14,4 +14,4 @@ index 8a42699e7f..510fa4d3ef 100644 + #endif #endif - #if VMA_RECORDING_ENABLED + // Define this macro to declare maximum supported Vulkan version in format AAABBBCCC, |