FidelityFX BLUR
FidelityFX Blur GPU documentation.
Macros
Name |
Description |
---|---|
FFX_BLUR_DISPATCH_Y: Y dimension of the Blur compute dispatch. The compute dispatch on the CPU side uses this value when invoking Dispatch.
|
|
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.
|
|
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.
|
Detailed description
FidelityFX Blur GPU documentation.
Macros
FFX_BLUR_DISPATCH_Y
FFX_BLUR_DISPATCH_Y: Y dimension of the Blur compute dispatch. The compute dispatch on the CPU side uses this value when invoking Dispatch.
FFX_BLUR_TILE_SIZE_X
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.
FFX_BLUR_TILE_SIZE_Y
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.