nn::gd::CTR::Texture2DDescription

nn::gd::CTR::Texture2DDescription Class

Syntax

class Texture2DDescription

Description

The descriptor when creating a 2D texture.

Member Variables

m_MinMipLevelIndex s32 The minimum mipmap level index. If -1 is specified, the last mipmap level is used.
m_MaxMipLevelIndex s32 The maximum mipmap level index. If -1 is specified, the last mipmap level is used.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL