FfxFrameInterpolationContextDescription
A structure encapsulating the parameters required to initialize FidelityFX Frameinterpolation.
File location: sdk/include/FidelityFX/host/ffx_frameinterpolation.h
Detailed description
A structure encapsulating the parameters required to initialize FidelityFX Frameinterpolation.
Data fields
Type |
Description |
---|---|
uint32_t |
flags
A collection of “FfxFrameInterpolationInitializationFlagBits“.
|
maxRenderSize
The maximum size that rendering will be performed at.
|
|
displaySize
The size of the presentation resolution.
|
|
FfxSurfaceFormat |
backBufferFormat
the format of the backbuffer
|
FfxSurfaceFormat |
previousInterpolationSourceFormat
the format of the texture that will store the interpolation source for the next frame. Can be different than the backbuffer one, especially when using hudless
|
backendInterface
A set of pointers to the backend implementation for FidelityFX SDK.
|