mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-26 05:13:50 +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
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -67,6 +67,8 @@ extern/*
|
|||
!extern/catch2
|
||||
!extern/imgui
|
||||
!extern/vk-bootstrap
|
||||
!extern/FidelityFX-SDK
|
||||
!extern/FidelityFX-FSR2
|
||||
!extern/vk_mem_alloc.h
|
||||
!extern/lua-5.1.5
|
||||
!extern/VERSIONS.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue