mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
1b4281b895
Still a lot to do
6 lines
96 B
C++
6 lines
96 B
C++
#define VMA_IMPLEMENTATION
|
|
#ifdef DEBUG_ENABLED
|
|
#define _DEBUG
|
|
#endif
|
|
#include "vk_mem_alloc.h"
|