Merge pull request #13103 from TellowKrinkle/VMAVulkanVersion
VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2
This commit is contained in:
commit
3cb4c21d0b
|
@ -63,7 +63,7 @@
|
||||||
#pragma GCC diagnostic ignored "-Wunused-function"
|
#pragma GCC diagnostic ignored "-Wunused-function"
|
||||||
#endif // #ifdef __GNUC__
|
#endif // #ifdef __GNUC__
|
||||||
|
|
||||||
#define VMA_VULKAN_VERSION 1001000
|
#define VMA_VULKAN_VERSION 1002000
|
||||||
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
||||||
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
|
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
|
||||||
#undef VK_NO_PROTOTYPES
|
#undef VK_NO_PROTOTYPES
|
||||||
|
|
Loading…
Reference in New Issue