Skip to content

FfxBrixelizerStats

struct FfxBrixelizerStats

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

Dependencies: FfxBrixelizerCascadeStats, FfxBrixelizerContextStats

Public Interface

Public Members:

uint32_t cascadeIndex

uint32_t cascadeIndex

The index of the cascade that the statisticss have been collected for.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 128, column 31)

FfxBrixelizerCascadeStats staticCascadeStats

FfxBrixelizerCascadeStats staticCascadeStats

The statistics for the static cascade.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 129, column 31)

FfxBrixelizerCascadeStats dynamicCascadeStats

FfxBrixelizerCascadeStats dynamicCascadeStats

The statistics for the dynamic cascade.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 130, column 31)

FfxBrixelizerContextStats contextStats

FfxBrixelizerContextStats contextStats

The statistics for the Brixelizer context.

Source: sdk/include/FidelityFX/host/ffx_brixelizer.h (line 131, column 31)

Used By: FfxBrixelizerUpdateDescription

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