FfxBrixelizerCascadeStats
A structure containing the statistics for a Brixelizer cascade 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 cascade readable after an update of the Brixelizer API.
Data fields
Type |
Description |
---|---|
uint32_t |
trianglesAllocated
The number of triangle allocations that were attempted to the cascade in a given frame.
|
uint32_t |
referencesAllocated
The number of reference allocations that were attempted to the cascade in a given frame.
|
uint32_t |
bricksAllocated
The number of brick allocations that were attempted to the cascade in a given frame.
|