1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #36919 from nekomatata/android-vulkan-rendering

Vulkan rendering support on Android
This commit is contained in:
Rémi Verschelde
2020-04-09 00:16:26 +02:00
committed by GitHub
35 changed files with 1380 additions and 863 deletions

View File

@@ -37,8 +37,10 @@
#include "servers/rendering/rendering_device.h"
#ifdef DEBUG_ENABLED
#ifndef _DEBUG
#define _DEBUG
#endif
#endif
#include "vk_mem_alloc.h"
#include <vulkan/vulkan.h>
//todo: