Merge pull request #13103 from TellowKrinkle/VMAVulkanVersion

VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2
This commit is contained in:
JMC47 2024-10-06 01:57:51 -04:00 committed by GitHub
commit 3cb4c21d0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
#pragma GCC diagnostic ignored "-Wunused-function"
#endif // #ifdef __GNUC__
#define VMA_VULKAN_VERSION 1001000
#define VMA_VULKAN_VERSION 1002000
#define VMA_STATIC_VULKAN_FUNCTIONS 1
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
#undef VK_NO_PROTOTYPES