mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Integrate AMD FSR2 backend and document SDK bootstrap
This commit is contained in:
parent
a24ff375fb
commit
51a8cf565f
11 changed files with 329 additions and 28 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue