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. |