Skip to content

FfxFsr1DispatchDescription

struct FfxFsr1DispatchDescription

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

Dependencies: FfxDimensions2D, FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record FSR1 rendering commands into.

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 141, column 33)

FfxResource color

FfxResource color

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

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 142, column 33)

FfxResource output

FfxResource output

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

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 143, column 33)

FfxDimensions2D renderSize

FfxDimensions2D renderSize

The resolution that was used for rendering the input resource.

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 144, column 33)

bool enableSharpening

bool enableSharpening

Enable an additional sharpening pass.

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 145, column 33)

float sharpness

float sharpness

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

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 146, column 33)

Used By: ffxFsr1

Source: sdk/include/FidelityFX/host/ffx_fsr1.h (line 139, column 1)