Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::PppiAtlasFootprint

A measure of the space required to update the PPPI atlas.

Variables

NameDescription
Geo::u32 m_InterpolationCount

The number of interpolations required to update the PPPI atlas.

Geo::u32 m_ProbeCount

The number of probes required within the PPPI atlas.

Geo::u32 m_SolvedProbeCount

The number of solved probes copied to the PPPI atlas.

Geo::u32 m_TileCount

The number of tiles required to update the PPPI atlas.

Functions


Anchor
a583efc035d116d8192db94cdd891cbb3
a583efc035d116d8192db94cdd891cbb3

void Enlighten::PppiAtlasFootprint::AccumulateMax

...

public: void AccumulateMax
(
    PppiAtlasFootprint other
)

...

The element-wise maximum.


Anchor
ae2ab3fb74733023c0fb0b38d4b5f83bc
ae2ab3fb74733023c0fb0b38d4b5f83bc

void Enlighten::PppiAtlasFootprint::AccumulateSum

...

public: void AccumulateSum
(
    PppiAtlasFootprint other
)

...

The element-wise sum.


Anchor
aeb9a46443c39819070628ebc3efcb0c6
aeb9a46443c39819070628ebc3efcb0c6

Enlighten::PppiAtlasFootprint::PppiAtlasFootprint

...

public: PppiAtlasFootprint()

...

Constructor.


Anchor
a539327a75e85d642101772f20c3c1bdf
a539327a75e85d642101772f20c3c1bdf

Enlighten::PppiAtlasFootprint::PppiAtlasFootprint

...

public: PppiAtlasFootprint
(
    Geo::u32 tileCount,
    Geo::u32 probeCount,
    Geo::u32 solvedProbeCount,
    Geo::u32 interpolationCount
)

...

Constructor.