-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
20 lines (20 loc) · 766 Bytes
/
.gitmodules
File metadata and controls
20 lines (20 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "thirdparty/volk"]
path = thirdparty/volk
url = https://github.com/zeux/volk.git
branch = vulkan-sdk-1.4.321
[submodule "thirdparty/miniz"]
path = thirdparty/miniz
url = https://github.com/richgel999/miniz
[submodule "thirdparty/Vulkan-Headers"]
path = thirdparty/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
branch = vulkan-sdk-1.4.321
[submodule "thirdparty/SPIRV-Tools"]
path = thirdparty/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "thirdparty/SPIRV-Headers"]
path = thirdparty/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "thirdparty/vulkan-object"]
path = thirdparty/vulkan-object
url = https://github.com/KhronosGroup/vulkan-object.git