Integrate AMD FSR2 backend and document SDK bootstrap

This commit is contained in:
Kelsi 2026-03-08 19:56:52 -07:00
parent a24ff375fb
commit 51a8cf565f
11 changed files with 329 additions and 28 deletions

View file

@ -217,3 +217,8 @@ You can also specify an expansion: `.\extract_assets.ps1 "C:\Games\WoW\Data" wot
```bash
git submodule update --init --recursive
```
- AMD FSR2 SDK is fetched automatically by `build.sh` / `rebuild.sh` / `build.ps1` / `rebuild.ps1` from:
- `https://github.com/GPUOpen-Effects/FidelityFX-FSR2.git`
- target path: `extern/FidelityFX-FSR2`
- AMD backend is enabled only when SDK headers and generated Vulkan permutation headers are present.
If generated permutation headers are missing, the build uses the internal FSR2 fallback path.