vulkan: fix build on machines without vulkan 1.3

This commit is contained in:
nikeinikei
2022-08-21 02:08:01 +02:00
parent deb2ea9435
commit dfa9b7da34
3 changed files with 16 additions and 9 deletions
@@ -9,6 +9,8 @@
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
#else
#include <vulkan/vulkan.h>
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
#endif
#endif //LOVE_GRAPHICS_VULKAN_VULKANWRAPPER_H