From 53989d1711d66a5889918b87fc6bf9e57f3b438d Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 17 Feb 2026 09:49:05 +0800 Subject: [PATCH] [Feat] (submodule): add vma --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 5b19851c..70661af1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "3rdparty/xxHash"] path = 3rdparty/xxHash url = https://github.com/Cyan4973/xxHash.git +[submodule "3rdparty/VulkanMemoryAllocator"] + path = 3rdparty/VulkanMemoryAllocator + url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git