Imported Vulkan Memory Allocator submodule

This commit is contained in:
2022-01-14 18:37:14 -08:00
parent 3a06069184
commit 1053eb487c
4 changed files with 8 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ using std::unordered_multimap;
using std::hash;
#include <vulkan/vulkan.h>
#include <vk_mem_alloc.h>
#include <volk.h>
#if defined(ANDROID)
#include <GLES3/gl3.h>