VulkanDevice: Potentially re-enable Vulkan 1.0 support

This commit is contained in:
Stenzek
2023-12-25 21:59:30 +10:00
parent c33f415e72
commit c233eb53ab
4 changed files with 90 additions and 22 deletions

View File

@ -81,7 +81,7 @@
#endif
#define VMA_STATIC_VULKAN_FUNCTIONS 1
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
#define VMA_STATS_STRING_ENABLED 0
#include "vulkan/vk_mem_alloc.h"