Skip to content

FfxCasContextDescription

struct FfxCasContextDescription

A structure encapsulating the parameters required to initialize FidelityFX CAS.

Dependencies: FfxDimensions2D, FfxInterface

Public Interface

Public Members:

uint32_t flags

uint32_t flags

A collection of FfxCasInitializationFlagBits.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 106, column 32)

FfxCasColorSpaceConversion colorSpaceConversion

FfxCasColorSpaceConversion colorSpaceConversion

An enumeration indicates which color space conversion is used.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 107, column 32)

FfxDimensions2D maxRenderSize

FfxDimensions2D maxRenderSize

The maximum size that rendering will be performed at.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 108, column 32)

FfxDimensions2D displaySize

FfxDimensions2D displaySize

The size of the presentation resolution targeted by the upscaling process.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 109, column 32)

FfxInterface backendInterface

FfxInterface backendInterface

A set of pointers to the backend implementation for CAS.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 110, column 32)

Used By: CASRenderModule, ffxCas

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