mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-10 18:51:47 +00:00
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"
|