Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
url = ../NVRHI.git
[submodule "thirdparty/imgui"]
path = thirdparty/imgui
url = https://github.com/ocornut/imgui
url = git@github.com:ocornut/imgui.git
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb.git
url = git@github.com:nothings/stb.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
url = git@github.com:glfw/glfw.git
[submodule "thirdparty/cgltf"]
path = thirdparty/cgltf
url = https://github.com/jkuhlmann/cgltf
url = git@github.com:jkuhlmann/cgltf.git
[submodule "ShaderMake"]
path = ShaderMake
url = https://github.com/NVIDIA-RTX/ShaderMake.git
url = git@github.com:NVIDIA-RTX/ShaderMake.git
Loading