Versions Compared

Key

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

struct Enlighten::PppiAtlasMaxima

    └>Enlighten::PppiAtlasFootprint

The maximum number of atlas tiles and probes that may be concurrently allocated for the given combination of probe sets.

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.

PrecompOctreeCode m_ProbeCountMaximumLocation

The octree code that indicates the location of the maximum concurrently allocated probes.

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.

PrecompOctreeCode m_TileCountMaximumLocation

The octree code that indicates the location of the maximum concurrently allocated atlas tiles.

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.


Anchor
a45743080443d6a727e3c4a21b45d8f82
a45743080443d6a727e3c4a21b45d8f82

Enlighten::PppiAtlasMaxima::PppiAtlasMaxima

...

public: PppiAtlasMaxima()

...

Constructor.