diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-08-12 14:24:54 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-08-12 14:25:15 +0300 |
commit | d7957a2a2091a00c8ccdebb6900e5a0f21aa205d (patch) | |
tree | 86b99a97ef9540d46183ac9667c58cb124880821 /thirdparty/vulkan/android | |
parent | 67fc611bda7b55b3eeab87f683a5c95ea0d0313f (diff) |
Use "volk" instead of statically linked Vulkan loader.
Diffstat (limited to 'thirdparty/vulkan/android')
-rw-r--r-- | thirdparty/vulkan/android/vk_mem_alloc.cpp | 8 |
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> |