forked from Themaister/Granite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
42 lines (42 loc) · 1.48 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "third_party/spirv-cross"]
path = third_party/spirv-cross
url = git://github.com/KhronosGroup/SPIRV-Cross
[submodule "third_party/shaderc"]
path = third_party/shaderc
url = git://github.com/google/shaderc.git
[submodule "third_party/glslang"]
path = third_party/glslang
url = git://github.com/KhronosGroup/glslang.git
[submodule "third_party/spirv-tools"]
path = third_party/spirv-tools
url = git://github.com/KhronosGroup/SPIRV-Tools
[submodule "third_party/spirv-headers"]
path = third_party/spirv-headers
url = git://github.com/KhronosGroup/SPIRV-Headers
[submodule "third_party/glfw"]
path = third_party/glfw
url = git://github.com/glfw/glfw
[submodule "third_party/rapidjson"]
path = third_party/rapidjson
url = git://github.com/miloyip/rapidjson
[submodule "third_party/stb/stb"]
path = third_party/stb/stb
url = git://github.com/nothings/stb
[submodule "third_party/astc-encoder"]
path = third_party/astc-encoder
url = http://bitbucket.org/Themaister/astc-encoder
[submodule "third_party/fossilize"]
path = third_party/fossilize
url = git://github.com/ValveSoftware/Fossilize
[submodule "third_party/volk"]
path = third_party/volk
url = git://github.com/zeux/volk
[submodule "third_party/meshoptimizer"]
path = third_party/meshoptimizer
url = git://github.com/zeux/meshoptimizer
[submodule "third_party/muFFT"]
path = third_party/muFFT
url = git://github.com/Themaister/muFFT
[submodule "third_party/oboe"]
path = third_party/oboe
url = git://github.com/google/oboe