mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
790 B
790 B
AMD FSR2 Vulkan Permutation Snapshot
This directory contains pre-generated Vulkan permutation headers used by the AMD FSR2 SDK Vulkan backend.
Why this exists:
- Recent upstream
GPUOpen-Effects/FidelityFX-FSR2checkouts may not include generated*_permutations.hfiles. - WoWee uses these vendored headers to bootstrap AMD FSR2 builds consistently on Linux, macOS, and Windows without requiring Wine.
Source SDK commit used for this snapshot:
1680d1e(from localextern/FidelityFX-FSR2checkout when snapshot was generated)
Refresh process:
- Regenerate Vulkan permutation headers in
extern/FidelityFX-FSR2/src/ffx-fsr2-api/vk/shaders. - Copy
ffx_fsr2_*pass*.hfiles into this directory. - Commit the updated snapshot together with any AMD FSR2 integration changes.