FfxFrameGenerationDispatchDescription
struct FfxFrameGenerationDispatchDescription
A structure describing the parameters to pass to frame generation passes.
Dependencies: FfxRect2D, FfxResource
Public Interface
Public Members:
FfxCommandList commandList
FfxCommandList commandList
The command list on which to register render commands.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1292, column 37)
FfxResource presentColor
FfxResource presentColor
The current presentation color, this will be used as interpolation source data.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1293, column 37)
FfxResource outputs
FfxResource outputs
Interpolation destination targets (1 for each frame in numInterpolatedFrames)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1294, column 37)
uint32_t numInterpolatedFrames
uint32_t numInterpolatedFrames
The number of frames to interpolate from the passed in color target.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1295, column 37)
bool reset
bool reset
A boolean value which when set to true, indicates the camera has moved discontinuously.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1296, column 37)
FfxBackbufferTransferFunction backBufferTransferFunction
FfxBackbufferTransferFunction backBufferTransferFunction
The transfer function use to convert interpolation source color data to linear RGB.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1297, column 37)
float minMaxLuminance
float minMaxLuminance
Min and max luminance values, used when converting HDR colors to linear RGB.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1298, column 37)
FfxRect2D interpolationRect
FfxRect2D interpolationRect
The area of the backbuffer that should be used for interpolation in case only a part of the screen is used e.g. due to movie bars.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1299, column 37)
uint64_t frameID
uint64_t frameID
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1300, column 37)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1291, column 1)