Skip to content

FfxBlurDispatchDescription

struct FfxBlurDispatchDescription

FfxBlurDispatchDescription struct defines configuration of a blur dispatch (see ffxBlurContextDispatch).

Dependencies: FfxDimensions2D, FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record rendering commands into.

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 174, column 30)

FfxBlurKernelPermutation kernelPermutation

FfxBlurKernelPermutation kernelPermutation

The permutation of the kernel (must be the one specified in FfxBlurContextDescription::kernelPermutations).

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 175, column 30)

FfxBlurKernelSize kernelSize

FfxBlurKernelSize kernelSize

The kernel size to use for blurring (must be one specified in FfxBlurContextDescription::kernelSizes).

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 176, column 30)

FfxDimensions2D inputAndOutputSize

FfxDimensions2D inputAndOutputSize

The width and height in pixels of the input and output resources.

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 177, column 30)

FfxResource input

FfxResource input

The FfxResource to blur.

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 178, column 30)

FfxResource output

FfxResource output

The FfxResource containing the output buffer for the blurred output.

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 179, column 30)

Used By: ffxBlur

Source: sdk/include/FidelityFX/host/ffx_blur.h (line 172, column 1)