FfxBrixelizerContextStats
A structure containing the statistics for a Brixelizer context readable after an update of the Brixelizer API.
File location: sdk/include/FidelityFX/host/ffx_brixelizer.h
Detailed description
A structure containing the statistics for a Brixelizer context readable after an update of the Brixelizer API.
Data fields
Type |
Description |
---|---|
uint32_t |
brickAllocationsAttempted
Total number of brick allocations attempted this frame.
|
uint32_t |
brickAllocationsSucceeded
Total number of brick allocations succeeded this frame.
|
uint32_t |
bricksCleared
Total number of bricks cleared in SDF atlas at the beginning of this frame.
|
uint32_t |
bricksMerged
Total number of bricks merged this frame.
|
uint32_t |
freeBricks
The number of free bricks in the Brixelizer context.
|