diff options
Diffstat (limited to 'thirdparty/vulkan/patches/VMA-use-godot-vulkan.patch')
-rw-r--r-- | thirdparty/vulkan/patches/VMA-use-godot-vulkan.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/thirdparty/vulkan/patches/VMA-use-godot-vulkan.patch b/thirdparty/vulkan/patches/VMA-use-godot-vulkan.patch new file mode 100644 index 0000000000..a6c546e3d8 --- /dev/null +++ b/thirdparty/vulkan/patches/VMA-use-godot-vulkan.patch @@ -0,0 +1,18 @@ +diff --git a/thirdparty/vulkan/vk_mem_alloc.h b/thirdparty/vulkan/vk_mem_alloc.h +index 2307325d4e..ecb84094b9 100644 +--- a/thirdparty/vulkan/vk_mem_alloc.h ++++ b/thirdparty/vulkan/vk_mem_alloc.h +@@ -122,12 +122,12 @@ for user-defined purpose without allocating any real GPU memory. + See documentation chapter: \ref statistics. + */ + ++#include "drivers/vulkan/godot_vulkan.h" + + #ifdef __cplusplus + extern "C" { + #endif + +-#include <vulkan/vulkan.h> + + #if !defined(VMA_VULKAN_VERSION) + #if defined(VK_VERSION_1_3) |