Skip to content

FfxBrixelizerCascadeStats

struct FfxBrixelizerCascadeStats

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

Public Interface

Public Members:

uint32_t trianglesAllocated

uint32_t trianglesAllocated

The number of triangle allocations that were attempted to the cascade in a given frame.

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

uint32_t referencesAllocated

uint32_t referencesAllocated

The number of reference allocations that were attempted to the cascade in a given frame.

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

uint32_t bricksAllocated

uint32_t bricksAllocated

The number of brick allocations that were attempted to the cascade in a given frame.

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

Used By: FfxBrixelizerStats

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