nn::gd::CTR::Texture2DResourceDescription Class

Syntax

class Texture2DResourceDescription

Description

The descriptor for texture 2D resources.

Member Variables

m_Width The 2D texture width.
m_Height The 2D texture height.
m_CountMipLevels This is the mipmap level. If 0 is specified, a mipmap with all levels is created.
m_Format The pixel format of the 2D texture.
m_MemLayout The memory layout of the 2D texture.
m_MemLocation The memory type for creating textures. Indicates the memory acquisition location of data. (such as FCRAM or VRAM)

Revision History

2011/02/15
Initial version.

CONFIDENTIAL