mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-04 12:13:51 +00:00
Both repos were previously untracked clones under extern/ that users had to fetch manually. Adding them as submodules ensures git pull --recurse fetches the correct commits with our format-matching patches. - FidelityFX-FSR2: standalone FSR2 v2.2.1 upscaler (Kelsidavis fork) - FidelityFX-SDK: full SDK with FSR3 frame generation (Kelsidavis fork)
14 lines
491 B
Text
14 lines
491 B
Text
[submodule "extern/imgui"]
|
|
path = extern/imgui
|
|
url = https://github.com/ocornut/imgui.git
|
|
shallow = true
|
|
[submodule "extern/vk-bootstrap"]
|
|
path = extern/vk-bootstrap
|
|
url = https://github.com/charles-lunarg/vk-bootstrap.git
|
|
shallow = true
|
|
[submodule "extern/FidelityFX-SDK"]
|
|
path = extern/FidelityFX-SDK
|
|
url = https://github.com/Kelsidavis/FidelityFX-SDK.git
|
|
[submodule "extern/FidelityFX-FSR2"]
|
|
path = extern/FidelityFX-FSR2
|
|
url = https://github.com/Kelsidavis/FidelityFX-FSR2.git
|