summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/patches/VMA-use-volk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/vulkan/patches/VMA-use-volk.patch')
-rw-r--r--thirdparty/vulkan/patches/VMA-use-volk.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/thirdparty/vulkan/patches/VMA-use-volk.patch b/thirdparty/vulkan/patches/VMA-use-volk.patch
new file mode 100644
index 0000000000..1b6e0f04b8
--- /dev/null
+++ b/thirdparty/vulkan/patches/VMA-use-volk.patch
@@ -0,0 +1,17 @@
+diff --git a/thirdparty/vulkan/vk_mem_alloc.h b/thirdparty/vulkan/vk_mem_alloc.h
+index 52b403bede..7c450be211 100644
+--- a/thirdparty/vulkan/vk_mem_alloc.h
++++ b/thirdparty/vulkan/vk_mem_alloc.h
+@@ -127,7 +127,11 @@ extern "C" {
+ #endif
+
+ #ifndef VULKAN_H_
+- #include <vulkan/vulkan.h>
++ #ifdef USE_VOLK
++ #include <volk.h>
++ #else
++ #include <vulkan/vulkan.h>
++ #endif
+ #endif
+
+ // Define this macro to declare maximum supported Vulkan version in format AAABBBCCC,