1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +00:00
Files
godot/drivers/vulkan/vk_mem_alloc.cpp
2020-02-11 11:53:27 +01:00

6 lines
96 B
C++

#define VMA_IMPLEMENTATION
#ifdef DEBUG_ENABLED
#define _DEBUG
#endif
#include "vk_mem_alloc.h"