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 |
---|---|
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).
|
inputAndOutputSize
The width and height in pixels of the input and output resources.
|
|
input
The “FfxResource“ to blur.
|
|
output
The “FfxResource“ containing the output buffer for the blurred output.
|