blob: 97cf54de21b74c90a237161bbcc9ac3ccf16ae37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "ThirdParty/glslang"]
path = ThirdParty/glslang
url = https://github.com/DiligentGraphics/glslang
[submodule "ThirdParty/SPIRV-Cross"]
path = ThirdParty/SPIRV-Cross
url = https://github.com/DiligentGraphics/SPIRV-Cross
[submodule "ThirdParty/SPIRV-Tools"]
path = ThirdParty/SPIRV-Tools
url = https://github.com/DiligentGraphics/SPIRV-Tools
[submodule "ThirdParty/SPIRV-Headers"]
path = ThirdParty/SPIRV-Headers
url = https://github.com/DiligentGraphics/SPIRV-Headers
|