-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 951 Bytes
/
Copy path.gitmodules
File metadata and controls
28 lines (28 loc) · 951 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
[submodule "external/nvapi"]
path = external/nvapi
url = https://github.com/NVIDIA/nvapi
[submodule "external/DirectX-Headers"]
path = external/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/implot"]
path = external/implot
url = https://github.com/epezent/implot.git
[submodule "external/FastNoise2"]
path = external/FastNoise2
url = https://github.com/Auburn/FastNoise2.git
[submodule "external/NRC"]
path = external/NRC
url = https://github.com/NVIDIA-RTX/NRC.git
[submodule "external/lz4"]
path = external/lz4
url = https://github.com/lz4/lz4.git
[submodule "external/GPUSorting"]
path = external/GPUSorting
url = https://github.com/b0nes164/GPUSorting
[submodule "reference/DirectX-Specs"]
path = reference/DirectX-Specs
url = https://github.com/microsoft/DirectX-Specs.git
shallow = true