godot-module-template/engine/thirdparty/vulkan/vk_mem_alloc.cpp

8 lines
120 B
C++
Raw Permalink Normal View History

2025-01-17 15:36:38 +00:00
#define VMA_IMPLEMENTATION
#ifdef DEBUG_ENABLED
#ifndef _MSC_VER
#define _DEBUG
#endif
#endif
#include "vk_mem_alloc.h"