summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/vk_mem_alloc.cpp
blob: 529f5b5d5cb574e79d4b36b70b1c37d31f91b1ee (plain)
1
2
3
4
5
6
7
#define VMA_IMPLEMENTATION
#ifdef DEBUG_ENABLED
#ifndef _MSC_VER
#define _DEBUG
#endif
#endif
#include "vk_mem_alloc.h"