You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix extra warnings in Android build
This commit is contained in:
8
thirdparty/vulkan/android/vk_mem_alloc.cpp
vendored
Normal file
8
thirdparty/vulkan/android/vk_mem_alloc.cpp
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#define VMA_IMPLEMENTATION
|
||||
#ifdef DEBUG_ENABLED
|
||||
#ifndef _DEBUG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
#endif
|
||||
// Include memory allocator from Android NDK
|
||||
#include <vk_mem_alloc.h>
|
||||
Reference in New Issue
Block a user