blob: da2d9d867302f100b8b978ce8689b5bb246ef810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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
[submodule "ThirdParty/googletest"]
path = ThirdParty/googletest
url = https://github.com/DiligentGraphics/googletest
|