FfxCasContextDescription
A structure encapsulating the parameters required to initialize FidelityFX CAS.
File location: sdk/include/FidelityFX/host/ffx_cas.h
Detailed description
A structure encapsulating the parameters required to initialize FidelityFX CAS.
Data fields
Type |
Description |
---|---|
uint32_t |
flags
A collection of “FfxCasInitializationFlagBits“.
|
FfxCasColorSpaceConversion |
colorSpaceConversion
An enumeration indicates which color space conversion is used.
|
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 CAS.
|