Versions Compared

Key

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

struct Enlighten::PppiAtlasFootprint

A measure of the space required in the PPPI atlas.

Variables

NameDescription
Geo::u32 m_ProbeCount

The number of probes required within the PPPI atlas.

Geo::u32 m_TileCount

The number of tiles required within the PPPI atlas.

Functions

NameDescription
PppiAtlasFootprint()

Constructor.

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

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.