This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels