This is the documentation for Enlighten.
struct Enlighten PppiClipmapVolumeTextureInfo
struct Enlighten::PppiClipmapVolumeTextureInfo
  └>Enlighten::PppiVolumeTextureInfo
Description of a volume texture written to by the per-pixel probe interpolation runtime which represents a clipmap, where each level of the clipmap is stacked along the Z-axis of the volume texture.
Variables
Name | Description |
---|---|
Geo::s32 m_ClipmapCount | Number of clipmap levels in the volume texture. |
Geo::s32 m_Depth | Depth of the volume texture, in texels. |
Geo::s32 m_DepthPerClipmapLevel | Depth of each clipmap level. |
ePppiVolumeTextureFormat m_Format | Format used by the volume texture. |
Geo::s32 m_Height | Height of the volume texture, in texels. |
Geo::s32 m_Width | Width of the volume texture, in texels. |