mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-15 00:43:52 +00:00
chore: track FidelityFX-SDK and FidelityFX-FSR2 as submodules
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)
This commit is contained in:
parent
746ac25c14
commit
44df2a1e28
4 changed files with 10 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -6,3 +6,9 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue