FfxFsr3UpscalerContextDescription
A structure encapsulating the parameters required to initialize FidelityFX Super Resolution 3 upscaling.
File location: sdk/include/FidelityFX/host/ffx_fsr3upscaler.h
Detailed description
A structure encapsulating the parameters required to initialize FidelityFX Super Resolution 3 upscaling.
Data fields
Type |
Description |
---|---|
uint32_t |
flags
A collection of “FfxFsr3UpscalerInitializationFlagBits“.
|
maxRenderSize
The maximum size that rendering will be performed at.
|
|
maxUpscaleSize
The size of the output resolution targeted by the upscaling process.
|
|
fpMessage
A pointer to a function that can receive messages from the runtime.
|
|
backendInterface
A set of pointers to the backend implementation for FidelityFX SDK.
|