Enable dx12_bridge init path and runtime export compatibility scan

This commit is contained in:
Kelsi 2026-03-09 01:23:04 -07:00
parent f08b6fd4c2
commit e25253a6e8
3 changed files with 43 additions and 27 deletions

View file

@ -55,7 +55,8 @@ Runtime note:
- Wrapper backend mode selection:
- `WOWEE_FSR3_WRAPPER_BACKEND=vulkan_runtime`
- `WOWEE_FSR3_WRAPPER_BACKEND=dx12_bridge`
- Default is `vulkan_runtime` on all platforms. `dx12_bridge` is opt-in while Vulkan<->DX12 interop dispatch is still in progress.
- Default is `vulkan_runtime` on all platforms.
- `dx12_bridge` is opt-in and now performs DX12/Vulkan preflight, then loads the first runtime library exposing the required FSR3 dispatch exports.
- DX12 bridge runtime override:
- `WOWEE_FSR3_DX12_RUNTIME_LIB=<path-to-amd_fidelityfx_framegeneration_dx12.dll>`
- DX12 bridge device preflight toggle: