You've already forked godot
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user