VulkanDevice: Enable VK_KHR_maintenance4 and 5

This commit is contained in:
Stenzek
2024-08-10 12:33:01 +10:00
parent 010c7dea33
commit 34df233a95
3 changed files with 47 additions and 23 deletions

View File

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