-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1004 Bytes
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1004 Bytes
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
[submodule "extern/SPIRV-Cross"]
path = extern/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
branch = sdk-1.3.236
[submodule "extern/assimp"]
path = extern/assimp
url = https://github.com/assimp/assimp.git
branch = master
[submodule "extern/glm"]
path = extern/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "extern/imgui"]
path = extern/imgui
url = https://github.com/ocornut/imgui.git
branch = master
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "extern/glTF-Sample-Models"]
path = extern/glTF-Sample-Models
url = https://github.com/KhronosGroup/glTF-Sample-Models.git
branch = master
[submodule "extern/Vulkan-Headers"]
path = extern/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
branch = sdk-1.3.236
[submodule "extern/DirectXShaderCompiler"]
path = extern/DirectXShaderCompiler
url = https://github.com/microsoft/DirectXShaderCompiler.git