Adam Sawicki | f1a793c | 2018-03-13 15:42:22 +0100 | [diff] [blame] | 1 | /* |
2 | In exactly one CPP file define macro VMA_IMPLEMENTATION and then include | ||||
3 | vk_mem_alloc.h to include definitions of its internal implementation | ||||
4 | */ | ||||
5 | |||||
6 | #define VMA_IMPLEMENTATION | ||||
7 | |||||
8 | #include "VmaUsage.h" |