summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/android/vk_mem_alloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/vulkan/android/vk_mem_alloc.cpp')
-rw-r--r--thirdparty/vulkan/android/vk_mem_alloc.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/thirdparty/vulkan/android/vk_mem_alloc.cpp b/thirdparty/vulkan/android/vk_mem_alloc.cpp
deleted file mode 100644
index a28454cf6e..0000000000
--- a/thirdparty/vulkan/android/vk_mem_alloc.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#define VMA_IMPLEMENTATION
-#ifdef DEBUG_ENABLED
-#ifndef _DEBUG
-#define _DEBUG
-#endif
-#endif
-// Include memory allocator from Android NDK
-#include <vk_mem_alloc.h>