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_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_TileCount

The number of tiles required within the PPPI atlas.

PrecompOctreeCode m_TileCountMaximumLocation

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

Functions

NameDescription
PppiAtlasFootprint()

Constructor.

PppiAtlasFootprint(Geo::u32, Geo::u32)

Constructor.

PppiAtlasMaxima()

Constructor.


Anchor
aeb9a46443c39819070628ebc3efcb0c6
aeb9a46443c39819070628ebc3efcb0c6

Enlighten::PppiAtlasFootprint::PppiAtlasFootprint

...

public: PppiAtlasFootprint()

...

Constructor.


Anchor
a66657a0b586f8b35f2493a5fd569d73d
a66657a0b586f8b35f2493a5fd569d73d

Enlighten::PppiAtlasFootprint::PppiAtlasFootprint

...

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

...

Constructor.


Anchor
a45743080443d6a727e3c4a21b45d8f82
a45743080443d6a727e3c4a21b45d8f82

Enlighten::PppiAtlasMaxima::PppiAtlasMaxima

...

public: PppiAtlasMaxima()

...

Constructor.