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::PppiVolumeTextureInfo

Description of a volume texture written to by the per-pixel probe interpolation runtime.

Note that, even though no member variable explicitly states so, any volume textures used for PPPI should be created with a linear layout (untiled).

Variables

Name Description
Geo::s32 m_Depth

Depth of the volume texture, in texels.

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.

  • No labels