FfxBrixelizerCascadeResources
A structure representing the external resources needed for a Brixelizer cascade.
File location: sdk/include/FidelityFX/host/ffx_brixelizer_raw.h
Detailed description
A structure representing the external resources needed for a Brixelizer cascade.
Data fields
Type |
Description |
---|---|
aabbTree
An FfxResource for storing the AABB tree of the cascade. This should be a structured buffer of size FFX_BRIXELIZER_CASCADE_AABB_TREE_SIZE and stride FFX_BRIXELIZER_CASCADE_AABB_TREE_STRIDE.
|
|
brickMap
An FfxResource for storing the brick map of the cascade. This should be a structured buffer of size FFX_BRIXELIZER_CASCADE_BRICK_MAP_SIZE and stride FFX_BRIXELIZER_CASCADE_BRICK_MAP_STRIDE.
|