Skip to content

FfxCasDispatchDescription

struct FfxCasDispatchDescription

A structure encapsulating the parameters for dispatching the various passes of FidelityFX CAS.

Dependencies: FfxDimensions2D, FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record CAS rendering commands into.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 119, column 21)

FfxResource color

FfxResource color

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

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 120, column 21)

FfxResource output

FfxResource output

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

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 121, column 21)

FfxDimensions2D renderSize

FfxDimensions2D renderSize

The resolution that was used for rendering the input resource.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 122, column 21)

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_cas.h (line 123, column 21)

Used By: ffxCas

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 117, column 1)