Skip to content

FfxDofDispatchDescription

struct FfxDofDispatchDescription

A structure encapsulating the parameters for dispatching of FidelityFX Depth of Field.

Dependencies: FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record DoF rendering commands into.

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 114, column 33)

FfxResource color

FfxResource color

The FfxResource containing color information.

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 115, column 33)

FfxResource depth

FfxResource depth

The FfxResource containing depth information.

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 116, column 33)

FfxResource output

FfxResource output

The FfxResource to output into. Can be the same as the color input.

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 117, column 33)

float cocScale

float cocScale

The factor converting depth to circle of confusion size. Can be calculated using ffxDofCalculateCocScale.

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 118, column 33)

float cocBias

float cocBias

The bias to apply to circle of confusion size. Can be calculated using ffxDofCalculateCocBias.

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 119, column 33)

Used By: ffxDof

Source: sdk/include/FidelityFX/host/ffx_dof.h (line 113, column 1)