Skip to content

FfxFsr3UpscalerContext

struct FfxFsr3UpscalerContext

A structure encapsulating the FidelityFX Super Resolution 3 context.

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

The FfxFsr3UpscalerContext object should have a lifetime matching your use of FSR3. Before destroying the FSR3 context care should be taken to ensure the GPU is not accessing the resources created or used by FSR3. It is therefore recommended that the GPU is idle before destroying the FSR3 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_fsr3upscaler.h (line 259, column 14)

Used By: ffxFsr3Upscaler

Source: sdk/include/FidelityFX/host/ffx_fsr3upscaler.h (line 257, column 1)