-
Notifications
You must be signed in to change notification settings - Fork 67
/
.gitmodules
30 lines (30 loc) · 1.05 KB
/
.gitmodules
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
[submodule "external/RayTracingDenoiser"]
path = external/RayTracingDenoiser
url = https://github.com/NVIDIAGameWorks/RayTracingDenoiser.git
[submodule "external/Opacity-MicroMap-SDK"]
path = external/Opacity-MicroMap-SDK
url = https://github.com/NVIDIAGameWorks/Opacity-MicroMap-SDK.git
branch = main-minimal
[submodule "donut/nvrhi"]
path = donut/nvrhi
url = https://github.com/NVIDIAGameWorks/nvrhi.git
[submodule "external/RTXDI"]
path = external/RTXDI
url = https://github.com/NVIDIAGameWorks/RTXDI.git
branch = sdk-only
[submodule "media"]
path = media
url = https://github.com/NVIDIAGameWorks/Path-Tracing-SDK-Media
[submodule "external/Streamline"]
path = external/Streamline
url = https://github.com/NVIDIAGameWorks/Streamline.git
[submodule "external/NVAPI"]
path = external/NVAPI
url = https://github.com/NVIDIA/nvapi.git
branch = 530
[submodule "external/cxxopts"]
path = external/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "donut/ShaderMake"]
path = donut/ShaderMake
url = https://github.com/NVIDIAGameWorks/ShaderMake.git