externals: Add vma and initialize it

video_core: Move vma implementation to library
This commit is contained in:
lat9nq 2023-06-18 04:59:12 -04:00 committed by GPUCode
parent 6d055a21e3
commit 0a4650cd2b
7 changed files with 40 additions and 2 deletions

3
.gitmodules vendored
View file

@ -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