9 lines
207 B
C++
9 lines
207 B
C++
/*
|
|
In exactly one CPP file define macro VMA_IMPLEMENTATION and then include
|
|
vk_mem_alloc.h to include definitions of its internal implementation
|
|
*/
|
|
|
|
#define VMA_IMPLEMENTATION
|
|
|
|
#include "VmaUsage.h"
|