nn::gd::CTR::TextureCubeProperties Class

Syntax

class TextureCubeProperties

Description

Detailed information about texture cubes.

Member Variables

m_Width The texture cube width.
m_Height The texture cube height.
m_CountMipLevels The number of mipmap levels used by the texture cube.
m_PixelSize The pixel size of the pixel format used in memory.
m_Format The pixel format of the texture cube.
m_MemLayout The memory layout of the texture cube.
m_MemLocation The memory type of the texture cube. Indicates the memory acquisition location of data.
m_MemAddr 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