mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Document Linux/Windows auto-fallback to dx12_bridge
This commit is contained in:
parent
ae3f2a53cf
commit
09d6cd41c7
2 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ make -j$(nproc)
|
||||||
- Wrapper backend mode:
|
- Wrapper backend mode:
|
||||||
- `WOWEE_FSR3_WRAPPER_BACKEND=vulkan_runtime` (default on all platforms)
|
- `WOWEE_FSR3_WRAPPER_BACKEND=vulkan_runtime` (default on all platforms)
|
||||||
- `WOWEE_FSR3_WRAPPER_BACKEND=dx12_bridge` (opt-in)
|
- `WOWEE_FSR3_WRAPPER_BACKEND=dx12_bridge` (opt-in)
|
||||||
|
- If backend mode is not explicitly set and Vulkan-runtime backend loading fails, wrapper now auto-falls back to `dx12_bridge` on Windows and Linux.
|
||||||
- DX12 runtime override (for `dx12_bridge`):
|
- DX12 runtime override (for `dx12_bridge`):
|
||||||
- `WOWEE_FSR3_DX12_RUNTIME_LIB=C:\\path\\to\\amd_fidelityfx_framegeneration_dx12.dll`
|
- `WOWEE_FSR3_DX12_RUNTIME_LIB=C:\\path\\to\\amd_fidelityfx_framegeneration_dx12.dll`
|
||||||
- DX12 device validation probe (default on):
|
- DX12 device validation probe (default on):
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ Runtime note:
|
||||||
- `WOWEE_FSR3_WRAPPER_BACKEND=vulkan_runtime`
|
- `WOWEE_FSR3_WRAPPER_BACKEND=vulkan_runtime`
|
||||||
- `WOWEE_FSR3_WRAPPER_BACKEND=dx12_bridge`
|
- `WOWEE_FSR3_WRAPPER_BACKEND=dx12_bridge`
|
||||||
- Default is `vulkan_runtime` on all platforms.
|
- Default is `vulkan_runtime` on all platforms.
|
||||||
|
- If backend mode is not explicitly set and Vulkan-runtime backend loading fails, wrapper auto-falls back to `dx12_bridge` on Windows and Linux.
|
||||||
- `dx12_bridge` is opt-in.
|
- `dx12_bridge` is opt-in.
|
||||||
- On Windows: `dx12_bridge` performs DX12/Vulkan preflight, then loads the first runtime library exposing the required FSR3 dispatch exports.
|
- On Windows: `dx12_bridge` performs DX12/Vulkan preflight, then loads the first runtime library exposing the required FSR3 dispatch exports.
|
||||||
- On Linux: `dx12_bridge` is enabled for wrapper runtime compatibility mode and uses Vulkan dispatch symbols in this build.
|
- On Linux: `dx12_bridge` is enabled for wrapper runtime compatibility mode and uses Vulkan dispatch symbols in this build.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue