Files
funnygame/materialsystem/vulkan/vma.cpp
2025-12-23 15:03:44 +02:00

7 lines
183 B
C++

#define VMA_VULKAN_VERSION 1004000
#define VMA_IMPLEMENTATION
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#include "volk.h"
#include "vk_mem_alloc.h"