summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/android
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2021-08-12 14:24:54 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2021-08-12 14:25:15 +0300
commitd7957a2a2091a00c8ccdebb6900e5a0f21aa205d (patch)
tree86b99a97ef9540d46183ac9667c58cb124880821 /thirdparty/vulkan/android
parent67fc611bda7b55b3eeab87f683a5c95ea0d0313f (diff)
Use "volk" instead of statically linked Vulkan loader.
Diffstat (limited to 'thirdparty/vulkan/android')
-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>