nn::gd::CTR::TextureCubeProperties

nn::gd::CTR::TextureCubeProperties Class

Syntax

class TextureCubeProperties

Description

Detailed information about texture cubes.

Member Variables

m_Width u32 The texture cube width.
m_Height u32 The texture cube height.
m_CountMipLevels u32 The number of mipmap levels used by the texture cube.
m_PixelSize u32 The pixel size of the pixel format used in memory.
m_Format Resource::NativeFormat The pixel format of the texture cube.
m_MemLayout Memory::MemoryLayout The memory layout of the texture cube.
m_MemLocation Memory::MemoryLocation The memory type of the texture cube. Indicates the memory location for the data.
m_MemAddr u8 * The physical address of 2D texture resource data for the six faces of the texture cube.

Member Functions

GetMipmapAddress This helper function gets information about a particular mipmap level from a texture cube.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL