FfxBlurDispatchDescription

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

File location: sdk/include/FidelityFX/host/ffx_blur.h

Detailed description

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

Data fields

Type

Description

FfxCommandList

commandList
The “FfxCommandList“ to record rendering commands into.

FfxBlurKernelPermutation

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

FfxBlurKernelSize

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

FfxDimensions2D

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

FfxResource

input
The “FfxResource“ to blur.

FfxResource

output
The “FfxResource“ containing the output buffer for the blurred output.