VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2
We now use Vulkan 1.2 if available
This commit is contained in:
parent
d1ac40a72b
commit
9244cded9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue