nn::gd::CTR::Texture2DProperties Class

Syntax

class Texture2DProperties

Description

Detailed information about texture 2D.

Member Variables

m_Width The 2D texture width.
m_Height The 2D texture height.
m_CountMipLevels The number of mipmap levels used by the 2D texture.
m_PixelSize The pixel size of the pixel format used in memory.
m_Format The pixel format of the 2D texture.
m_MemLayout The memory layout of the 2D texture.
m_MemLocation The memory type of the 2D texture. Indicates the memory acquisition location of data.

Member Functions

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

Revision History

2011/02/15
Initial version.

CONFIDENTIAL