mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add FSR3 runtime library probing and readiness status
This commit is contained in:
parent
e1c93c47be
commit
f1099f5940
5 changed files with 106 additions and 11 deletions
|
|
@ -36,7 +36,10 @@ Detection expects:
|
|||
Runtime note:
|
||||
|
||||
- Renderer/UI now expose a persisted experimental framegen toggle.
|
||||
- Current runtime status is `staged` (no FI/OF dispatch yet) until FidelityFX-SDK runtime implementation/shader blob linking is completed.
|
||||
- Runtime loader now probes for AMD FSR3 SDK runtime binaries.
|
||||
- You can point to an explicit runtime binary with:
|
||||
- `WOWEE_FFX_SDK_RUNTIME_LIB=/absolute/path/to/libffx_fsr3_vk.so` (or `.dll` / `.dylib`).
|
||||
- Current runtime status is still `dispatch staged` (FI/OF dispatch activation pending).
|
||||
|
||||
## Current Status
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue