-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 987 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 987 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
[submodule "external/tinygltf"]
path = external/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/shaderc"]
path = external/shaderc
url = https://github.com/google/shaderc.git
[submodule "external/spirv-tools"]
path = external/spirv-tools
url = https://github.com/KhronosGroup/SPIRV-Tools.git
[submodule "external/spirv-headers"]
path = external/spirv-headers
url = https://github.com/KhronosGroup/SPIRV-Headers.git
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "external/spirv-cross"]
path = external/spirv-cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "external/vma"]
path = external/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git