Skip to content

FfxOpticalflowDispatchDescription

struct FfxOpticalflowDispatchDescription

A structure encapsulating the parameters for dispatching the various passes of FidelityFX Opticalflow.

Dependencies: FfxFloatCoords2D, FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record rendering commands into.

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 104, column 22)

FfxResource color

FfxResource color

A FfxResource containing the input color buffer.

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 105, column 22)

FfxResource opticalFlowVector

FfxResource opticalFlowVector

A FfxResource containing the output motion buffer.

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 106, column 22)

FfxResource opticalFlowSCD

FfxResource opticalFlowSCD

A FfxResource containing the output scene change detection buffer.

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 107, column 22)

bool reset

bool reset

A boolean value which when set to true, indicates the camera has moved discontinuously.

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 108, column 22)

int backbufferTransferFunction

int backbufferTransferFunction

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 109, column 22)

FfxFloatCoords2D minMaxLuminance

FfxFloatCoords2D minMaxLuminance

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 110, column 22)

Source: sdk/include/FidelityFX/host/ffx_opticalflow.h (line 102, column 1)