This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

struct Enlighten::UpdatePppiStats

    └>Enlighten::UpdatePppiAtlasStats    └>Enlighten::UpdatePppiIndirectionStats

Stats reported by PppiWorld::Update().

Variables

Name Description
Geo::u32 m_BuildBlockCount

The number of blocks built.

Geo::u32 m_BuildTimeUs

The time (in microseconds) spent building blocks.

Geo::u32 m_CopyTimeUs

The time (in microseconds) spent copying converted fp16 probe values to the atlas.

Geo::u32 m_IndirectionUpdateCount

The number of indirection blocks which required an update.

Geo::u32 m_IndirectionUpdateTimeUs

The time (in microseconds) spent updating the indirection texture.

Geo::s32 m_NumCopiedProbes

The number of probes updated to the atlas.

Geo::u32 m_ProbeSetUpdateCount

The number of probe sets which required an update.

  • No labels