mirror of https://github.com/snes9xgit/snes9x.git
Move GPU related submodules to external.
This commit is contained in:
parent
a8fafcd94c
commit
88f4d66de8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue