A set of regions of the indirection texture, one per clipmap level.
| 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. |
| Name | Description |
|---|---|
| AddRegion(const IndirectionTextureRegions &) | Expand the region to contain another region. |
| IndirectionTextureRegions() | Constructor. |
| Reset() | Resets all regions to be empty. |
public: void AddRegion
(
const IndirectionTextureRegions & region
)
Expand the region to contain another region.
public: IndirectionTextureRegions()
Constructor.
public: void Reset()
Resets all regions to be empty.