| 1 | #define VMA_IMPLEMENTATION |
|---|---|
| 2 | #ifdef DEBUG_ENABLED |
| 3 | #ifndef _MSC_VER |
| 4 | #define _DEBUG |
| 5 | #endif |
| 6 | #endif |
| 7 | #include "vk_mem_alloc.h" |
| 8 |
| 1 | #define VMA_IMPLEMENTATION |
|---|---|
| 2 | #ifdef DEBUG_ENABLED |
| 3 | #ifndef _MSC_VER |
| 4 | #define _DEBUG |
| 5 | #endif |
| 6 | #endif |
| 7 | #include "vk_mem_alloc.h" |
| 8 |