diff options
author | lat9nq <[email protected]> | 2023-06-18 04:59:12 -0400 |
---|---|---|
committer | GPUCode <[email protected]> | 2023-06-18 12:45:12 +0300 |
commit | 6448eade2ef126a88068cde66b77e7788c3fab08 (patch) | |
tree | ac7ff6d8d31defedca403be72068dcdfb07e48ff /.gitmodules | |
parent | 6e293be20bf958a5a8ee940ff1a0e01d81d44ef4 (diff) | |
download | yuzu-mainline-6448eade2ef126a88068cde66b77e7788c3fab08.tar.gz yuzu-mainline-6448eade2ef126a88068cde66b77e7788c3fab08.zip |
externals: Add vma and initialize it
video_core: Move vma implementation to library
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 89f2ad924..cc0e97a85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "tzdb_to_nx"] path = externals/nx_tzdb/tzdb_to_nx url = https://github.com/lat9nq/tzdb_to_nx.git +[submodule "externals/vma/vma"] + path = externals/vma/vma + url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator |