Vulkan: Fix incorrect access to the buffers on Android

This commit is contained in:
Alexander Hartmann
2023-11-13 01:05:05 +01:00
parent 64150060f8
commit 04a142cf71
2 changed files with 5 additions and 2 deletions
+1 -1
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>