FfxFsr1ContextDescription
A structure encapsulating the parameters required to initialize FidelityFX Super Resolution 1.0.
File location: sdk/include/FidelityFX/host/ffx_fsr1.h
Detailed description
A structure encapsulating the parameters required to initialize FidelityFX Super Resolution 1.0.
Data fields
Type |
Description |
---|---|
uint32_t |
flags
A collection of “FfxFsr1InitializationFlagBits“.
|
FfxSurfaceFormat |
outputFormat
Format of the output target used for creation of the internal upscale resource.
|
maxRenderSize
The maximum size that rendering will be performed at.
|
|
displaySize
The size of the presentation resolution targeted by the upscaling process.
|
|
backendInterface
A set of pointers to the backend implementation for FSR1.
|