Move GPU related submodules to external.

This commit is contained in:
BearOso 2022-03-18 15:05:15 -05:00
parent a8fafcd94c
commit 88f4d66de8
4 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -8,11 +8,11 @@
path = win32/DirectXMath
url = https://github.com/Microsoft/DirectXMath
[submodule "shaders/SPIRV-Cross"]
path = shaders/SPIRV-Cross
path = external/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "shaders/glslang"]
path = shaders/glslang
path = external/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "vulkan/vulkan"]
path = vulkan/vulkan
path = external/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git

View File