diff options
| author | 2023-06-27 11:21:36 -0400 | |
|---|---|---|
| committer | 2023-06-27 11:21:36 -0400 | |
| commit | c6959449d1e28f16d6eaf3a215f2bce5fab5ed0f (patch) | |
| tree | 1ceac7222976e40bb12c3919cd3412d36b7ec93b /.gitmodules | |
| parent | Merge pull request #10495 from bm01/master (diff) | |
| parent | externals: Use cmake subdirectory (diff) | |
| download | yuzu-c6959449d1e28f16d6eaf3a215f2bce5fab5ed0f.tar.gz yuzu-c6959449d1e28f16d6eaf3a215f2bce5fab5ed0f.tar.xz yuzu-c6959449d1e28f16d6eaf3a215f2bce5fab5ed0f.zip | |
Merge pull request #10473 from GPUCode/vma
Use vulkan memory allocator
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 89f2ad924..5a8169b44 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -55,3 +55,6 @@ | |||
| 55 | [submodule "tzdb_to_nx"] | 55 | [submodule "tzdb_to_nx"] |
| 56 | path = externals/nx_tzdb/tzdb_to_nx | 56 | path = externals/nx_tzdb/tzdb_to_nx |
| 57 | url = https://github.com/lat9nq/tzdb_to_nx.git | 57 | url = https://github.com/lat9nq/tzdb_to_nx.git |
| 58 | [submodule "VulkanMemoryAllocator"] | ||
| 59 | path = externals/vma/VulkanMemoryAllocator | ||
| 60 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | ||