nn::gd::CTR::TextureCubeDescription

nn::gd::CTR::TextureCubeDescription Class

Syntax

class TextureCubeDescription

Description

The descriptor when creating texture cubes.

Member Variables

m_MinMipLevelIndex s32 The index of the minimum mipmap level of each 2D texture resource in the texture cube. If -1 is specified, the last mipmap level is used.
m_MaxMipLevelIndex s32 The index of the maximum mipmap level of each 2D texture resource in the texture cube. If -1 is specified, the last mipmap level is used.

Member Functions

TextureCubeDescription Initializes the mipmap level values of the TextureCubeDescription object consisting of six 2D texture resource faces. (m_MinMipLevelIndex = 0, m_MaxMipLevelIndex = -1)

Revision History

2011/02/15
Initial version.

CONFIDENTIAL