Skip to content

FfxCasContext

struct FfxCasContext

A structure encapsulating the FidelityFX CAS context.

This sets up an object which contains all persistent internal data and resources that are required by CAS.

The FfxCasContext object should have a lifetime matching your use of CAS. Before destroying the CAS context care should be taken to ensure the GPU is not accessing the resources created or used by CAS. It is therefore recommended that the GPU is idle before destroying the CAS context.

Public Interface

Public Members:

uint32_t data

uint32_t data

An opaque set of uint32_t which contain the data for the context.

Source: sdk/include/FidelityFX/host/ffx_cas.h (line 140, column 14)

Used By: CASRenderModule, ffxCas

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