multi-screen-projector/engine/thirdparty/vulkan/vk_mem_alloc.cpp
2025-03-13 08:40:48 +00:00

8 lines
120 B
C++

#define VMA_IMPLEMENTATION
#ifdef DEBUG_ENABLED
#ifndef _MSC_VER
#define _DEBUG
#endif
#endif
#include "vk_mem_alloc.h"