FidelityFX BLUR
Navigation: SDK → GPU → FidelityFX GPU References
FidelityFX BLUR
FidelityFX Blur GPU documentation.
Defines
FFX_BLUR_TILE_SIZE_Y
#define FFX_BLUR_TILE_SIZE_Y 8
FFX_BLUR_TILE_SIZE_Y: Tile Y dimensions that the local threadgroup will work on. Note: each threadgroup is responsible for blurring a tile of the input image.
Source: sdk/include/FidelityFX/gpu/blur/ffx_blur.h
(line 57, column 9)
FFX_BLUR_TILE_SIZE_X
#define FFX_BLUR_TILE_SIZE_X 8
FFX_BLUR_TILE_SIZE_X: Tile X dimensions that the local threadgroup will work on. Note: each threadgroup is responsible for blurring a tile of the input image.
Source: sdk/include/FidelityFX/gpu/blur/ffx_blur.h
(line 65, column 9)
FFX_BLUR_DISPATCH_Y
#define FFX_BLUR_DISPATCH_Y 8
FFX_BLUR_DISPATCH_Y: Y dimension of the Blur compute dispatch. The compute dispatch on the CPU side uses this value when invoking Dispatch.
Source: sdk/include/FidelityFX/gpu/blur/ffx_blur.h
(line 72, column 9)