diff options
| author | Robin Kertels <robin.kertels@gmail.com> | 2022-10-07 21:38:52 +0200 |
|---|---|---|
| committer | Robin Kertels <robin.kertels@gmail.com> | 2022-10-23 02:33:03 +0200 |
| commit | 5e96733e353c8cbca0b9d467332d073daed1952d (patch) | |
| tree | d9b3509ba08c7ce0a926e7f98e273f7c877deaad /.gitmodules | |
| parent | 804e42150e03532e63ecc5a7f6f6eed751a132af (diff) | |
Externals: Add VMA
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b691217702..3c341c5177 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ url = https://github.com/randy408/libspng.git branch = v0.7.2 shallow = true +[submodule "Externals/VulkanMemoryAllocator"] + path = Externals/VulkanMemoryAllocator + url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
