This is the documentation for Enlighten.
struct Enlighten PppiAtlasMaxima
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
Name | Description |
---|---|
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
Name | Description |
---|---|
PppiAtlasFootprint() | Constructor. |
PppiAtlasFootprint(Geo::u32, Geo::u32) | Constructor. |
PppiAtlasMaxima() | Constructor. |
Enlighten::PppiAtlasFootprint::PppiAtlasFootprint
public: PppiAtlasFootprint()
Constructor.
Enlighten::PppiAtlasFootprint::PppiAtlasFootprint
public: PppiAtlasFootprint
(
  Geo::u32 tileCount,
  Geo::u32 probeCount
)
Constructor.
Enlighten::PppiAtlasMaxima::PppiAtlasMaxima
public: PppiAtlasMaxima()
Constructor.