diff options
author | Chuyan Zhang <me@zcy.moe> | 2024-09-07 00:40:38 -0700 |
---|---|---|
committer | Chuyan Zhang <me@zcy.moe> | 2024-09-07 00:40:38 -0700 |
commit | 2ead02037dc89e987fbc0a021fe470e29d226cfd (patch) | |
tree | 473011eda50080299be844e69f82cec75aa4fb95 /.gitmodules | |
parent | e12ca33626bdadedc3158cb69f2a4d2f9bbeeeb0 (diff) | |
download | iris-2ead02037dc89e987fbc0a021fe470e29d226cfd.tar.gz iris-2ead02037dc89e987fbc0a021fe470e29d226cfd.zip |
Add more encapsulation, use VMA for allocation
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3c3f029..6ea0b14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "ext/tinygltf.git"] path = ext/tinygltf.git url = https://github.com/syoyo/tinygltf.git +[submodule "ext/VulkanMemoryAllocator"] + path = ext/VulkanMemoryAllocator + url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator |