-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 986 Bytes
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 986 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
32
33
34
[submodule "hydra"]
path = hydra
url = ../hydra
branch = main
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "3rdparty/vulkan"]
path = 3rdparty/vulkan
url = https://github.com/KhronosGroup/Vulkan-Headers
branch = v1.3.272
[submodule "3rdparty/volk"]
path = 3rdparty/volk
url = https://github.com/zeux/volk
[submodule "3rdparty/vma"]
path = 3rdparty/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "spirvreflect"]
path = 3rdparty/spirv-reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
[submodule "3rdparty/compressonator"]
path = 3rdparty/compressonator
url = https://github.com/GPUOpen-Tools/compressonator.git
[submodule "mimir"]
path = mimir
url = ../mimir
branch = main
[submodule "siren"]
path = siren
url = ../siren
branch = main
[submodule "3rdparty/simdjson"]
path = 3rdparty/simdjson
url = https://github.com/simdjson/simdjson.git