struct Enlighten::PppiAtlasFootprint
A measure of the space required in the PPPI atlas.
Variables
Name | Description |
---|---|
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
Name | Description |
---|---|
PppiAtlasFootprint() | Constructor. |
PppiAtlasFootprint(Geo::u32, Geo::u32) | Constructor. |
Anchor | ||||
---|---|---|---|---|
|
Enlighten::PppiAtlasFootprint::PppiAtlasFootprint
...
public: PppiAtlasFootprint()
...
Constructor.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::PppiAtlasFootprint::PppiAtlasFootprint
...
public: PppiAtlasFootprint
(
Geo::u32 tileCount,
Geo::u32 probeCount
)
...
Constructor.