mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +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"
|