1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Vulkan: Fix incorrect access to the buffers on Android

(cherry picked from commit 04a142cf71)
This commit is contained in:
Alexander Hartmann
2023-11-13 01:05:05 +01:00
committed by Rémi Verschelde
parent bd7d37b5ee
commit 6e4a7eecf5
2 changed files with 5 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
#define _DEBUG
#endif
#endif
#include "vk_mem_alloc.h"
#include "thirdparty/vulkan/vk_mem_alloc.h"
#ifdef USE_VOLK
#include <volk.h>