FfxFsr1DispatchDescription

A structure encapsulating the parameters for dispatching the various passes of FidelityFX Super Resolution 1.0.

File location: sdk/include/FidelityFX/host/ffx_fsr1.h

Detailed description

A structure encapsulating the parameters for dispatching the various passes of FidelityFX Super Resolution 1.0.

Data fields

Type

Description

FfxCommandList

commandList
The “FfxCommandList“ to record FSR1 rendering commands into.

FfxResource

color
A “FfxResource“ containing the color buffer for the current frame (at render resolution).

FfxResource

output
A “FfxResource“ containing the output color buffer for the current frame (at presentation resolution).

FfxDimensions2D

renderSize
The resolution that was used for rendering the input resource.

bool

enableSharpening
Enable an additional sharpening pass.

float

sharpness
The sharpness value between 0 and 1, where 0 is no additional sharpness and 1 is maximum additional sharpness.