2
0

vk_mem_alloc.cpp 163 B

12345678
  1. #define VMA_IMPLEMENTATION
  2. #ifdef DEBUG_ENABLED
  3. #ifndef _DEBUG
  4. #define _DEBUG
  5. #endif
  6. #endif
  7. // Include memory allocator from Android NDK
  8. #include <vk_mem_alloc.h>