Skip to content

FfxBrixelizerContextStats

struct FfxBrixelizerContextStats

A structure containing the statistics for a Brixelizer context readable after an update of the Brixelizer API.

Public Interface

Public Members:

uint32_t brickAllocationsAttempted

uint32_t brickAllocationsAttempted

Total number of brick allocations attempted this frame.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 108, column 14)

uint32_t brickAllocationsSucceeded

uint32_t brickAllocationsSucceeded

Total number of brick allocations succeeded this frame.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 109, column 14)

uint32_t bricksCleared

uint32_t bricksCleared

Total number of bricks cleared in SDF atlas at the beginning of this frame.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 110, column 14)

uint32_t bricksMerged

uint32_t bricksMerged

Total number of bricks merged this frame.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 111, column 14)

uint32_t freeBricks

uint32_t freeBricks

The number of free bricks in the Brixelizer context.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 112, column 14)

Used By: FfxBrixelizerStats

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 107, column 1)