This is the documentation for Enlighten.

struct Enlighten IndirectionTextureRegions

struct Enlighten::IndirectionTextureRegions

A set of regions of the indirection texture, one per clipmap level.

Variables

Name Description
const Geo::u32 m_Count = Impl::PppiSettings::g_IndirectionClipmapCount

The number of clipmap levels.

VolumeTextureRegion m_Regions[m_Count]

The region of each clipmap level.

Functions

Name Description
AddRegion(const IndirectionTextureRegions &)

Expand the region to contain another region.

IndirectionTextureRegions()

Constructor.

Reset()

Resets all regions to be empty.


void Enlighten::IndirectionTextureRegions::AddRegion


public: void AddRegion
(
    const IndirectionTextureRegions & region
)


Expand the region to contain another region.


Enlighten::IndirectionTextureRegions::IndirectionTextureRegions


public: IndirectionTextureRegions()


Constructor.


void Enlighten::IndirectionTextureRegions::Reset


public: void Reset()


Resets all regions to be empty.