nn::gd::CTR::Texture2DResourceProperties Class

Syntax

class Texture2DResourceProperties

Description

Detailed information about texture 2D resources.

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. (such as FCRAM or VRAM)
m_MemAddr The physical address of 2D texture 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