nn::gd::CTR::TextureCubeDescription Classclass TextureCubeDescription
The descriptor when creating texture cubes.
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. |
TextureCubeDescription
|
Initializes the mipmap level values of the TextureCubeDescription object consisting of six 2D texture resource faces. (m_MinMipLevelIndex = 0, m_MaxMipLevelIndex = -1) |
|---|
CONFIDENTIAL