From 2afbdfa262c5e2983393b4e5d3014a157af63031 Mon Sep 17 00:00:00 2001 From: Tobias Frisch <tfrisch@uni-koblenz.de> Date: Sun, 5 Jun 2022 21:48:12 +0200 Subject: [PATCH] Readded VMA with most current repo Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de> --- .gitmodules | 3 +++ lib/VulkanMemoryAllocator-Hpp | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/VulkanMemoryAllocator-Hpp diff --git a/.gitmodules b/.gitmodules index 728110e8..efa79ed7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "modules/upscaling/lib/NVIDIAImageScaling"] path = modules/upscaling/lib/NVIDIAImageScaling url = https://github.com/NVIDIAGameWorks/NVIDIAImageScaling.git +[submodule "lib/VulkanMemoryAllocator-Hpp"] + path = lib/VulkanMemoryAllocator-Hpp + url = https://github.com/YaaZ/VulkanMemoryAllocator-Hpp.git diff --git a/lib/VulkanMemoryAllocator-Hpp b/lib/VulkanMemoryAllocator-Hpp new file mode 160000 index 00000000..2e6f3f6c --- /dev/null +++ b/lib/VulkanMemoryAllocator-Hpp @@ -0,0 +1 @@ +Subproject commit 2e6f3f6c13933c84b55d01c4c0cbc2e7385ac8c1 -- GitLab