Versions Compared

Key

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

struct Enlighten::IndirectionTextureRegions

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

Variables

NameDescription
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

NameDescription
AddRegion(const IndirectionTextureRegions &)

Expand the region to contain another region.

IndirectionTextureRegions()

Constructor.

Reset()

Resets all regions to be empty.


Anchor
a34a9fde149670dd2e2f4a8582dd7113a
a34a9fde149670dd2e2f4a8582dd7113a

void Enlighten::IndirectionTextureRegions::AddRegion

...

public: void AddRegion
(
    const IndirectionTextureRegions & region
)

...

Expand the region to contain another region.


Anchor
a31f147fe01a60e1530596e28cd2e7bc3
a31f147fe01a60e1530596e28cd2e7bc3

Enlighten::IndirectionTextureRegions::IndirectionTextureRegions

...

public: IndirectionTextureRegions()

...

Constructor.


Anchor
a46fc4aadfc5e0e3fb1f4cc5a1def0d77
a46fc4aadfc5e0e3fb1f4cc5a1def0d77

void Enlighten::IndirectionTextureRegions::Reset

...

public: void Reset()

...

Resets all regions to be empty.