godot/thirdparty/vulkan/android/vk_mem_alloc.cpp

9 lines
163 B
C++
Raw Normal View History

2020-04-10 10:32:11 +02:00
#define VMA_IMPLEMENTATION
#ifdef DEBUG_ENABLED
#ifndef _DEBUG
#define _DEBUG
#endif
#endif
// Include memory allocator from Android NDK
#include <vk_mem_alloc.h>