summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/vk_mem_alloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/vulkan/vk_mem_alloc.cpp')
-rw-r--r--thirdparty/vulkan/vk_mem_alloc.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/thirdparty/vulkan/vk_mem_alloc.cpp b/thirdparty/vulkan/vk_mem_alloc.cpp
new file mode 100644
index 0000000000..529f5b5d5c
--- /dev/null
+++ b/thirdparty/vulkan/vk_mem_alloc.cpp
@@ -0,0 +1,7 @@
+#define VMA_IMPLEMENTATION
+#ifdef DEBUG_ENABLED
+#ifndef _MSC_VER
+#define _DEBUG
+#endif
+#endif
+#include "vk_mem_alloc.h"