forked from Devsh-Graphics-Programming/Nabla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
94 lines (94 loc) · 3.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[submodule "3rdparty/SPIRV-Headers"]
path = 3rdparty/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "3rdparty/SPIRV-Tools"]
path = 3rdparty/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/devshgraphicsprogramming/glslang.git
branch = nabla
[submodule "3rdparty/shaderc"]
path = 3rdparty/shaderc
url = https://github.com/google/shaderc.git
[submodule "3rdparty/bzip2"]
path = 3rdparty/bzip2
url = https://github.com/sergiud/bzip2.git
[submodule "3rdparty/lz4"]
path = 3rdparty/lz4
url = https://github.com/lz4/lz4.git
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
[submodule "3rdparty/utfcpp"]
path = 3rdparty/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "3rdparty/convertutf"]
path = 3rdparty/convertutf
url = https://github.com/plenluno/convertutf.git
[submodule "3rdparty/libpng"]
path = 3rdparty/libpng
url = https://github.com/glennrp/libpng.git
[submodule "3rdparty/openssl/openssl"]
path = 3rdparty/openssl/openssl
url = https://github.com/openssl/openssl.git
branch = OpenSSL_1_0_2-stable
[submodule "3rdparty/libjpeg-turbo"]
path = 3rdparty/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "3rdparty/bullet3"]
path = 3rdparty/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "ext/CEGUI/stb"]
path = ext/CEGUI/stb
url = https://github.com/nothings/stb.git
[submodule "3rdparty/portable-file-dialogs"]
path = 3rdparty/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs.git
[submodule "3rdparty/libexpat"]
path = 3rdparty/libexpat
url = https://github.com/libexpat/libexpat.git
branch = master
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/AnastaZIuk/glm.git
[submodule "3rdparty/freetype2"]
path = 3rdparty/freetype2
url = https://git.sv.nongnu.org/r/freetype/freetype2.git
[submodule "3rdparty/openexr"]
path = 3rdparty/openexr
url = https://github.com/AcademySoftwareFoundation/openexr.git
[submodule "3rdparty/gli"]
path = 3rdparty/gli
url = https://github.com/g-truc/gli.git
[submodule "3rdparty/parallel-hashmap"]
path = 3rdparty/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap
[submodule "3rdparty/radeonrays"]
path = 3rdparty/radeonrays
url = [email protected]:devshgraphicsprogramming/RadeonRays_SDK.git
branch = baw
[submodule "3rdparty/jitify"]
path = 3rdparty/jitify
url = https://github.com/NVIDIA/jitify
[submodule "3rdparty/volk"]
path = 3rdparty/volk
url = https://github.com/zeux/volk.git
[submodule "3rdparty/EGL"]
path = 3rdparty/EGL
url = https://github.com/Crisspl/EGL.git
[submodule "3rdparty/simdjson"]
path = 3rdparty/simdjson
url = https://github.com/simdjson/simdjson.git
[submodule "3rdparty/glTFSampleModels"]
path = 3rdparty/glTFSampleModels
url = https://github.com/KhronosGroup/glTF-Sample-Models.git
[submodule "3rdparty/nbl_spirv_cross"]
path = 3rdparty/nbl_spirv_cross
url = https://github.com/devshgraphicsprogramming/SPIRV-Cross.git
[submodule "3rdparty/pstl/oneTBB"]
path = 3rdparty/pstl/oneTBB
url = https://github.com/Devsh-Graphics-Programming/oneTBB.git
[submodule "3rdparty/pstl/oneDPL/oneDPL"]
path = 3rdparty/pstl/oneDPL/oneDPL
url = https://github.com/Devsh-Graphics-Programming/oneDPL.git