nn::gd::CTR::TextureCubeProperties Classclass TextureCubeProperties
Detailed information about texture cubes.
m_Width
|
u32 | The texture cube width. | |
|---|---|---|---|
m_Height
|
u32 | The texture cube height. | |
m_CountMipLevels
|
u32 | The number of mipmap levels used by the texture cube. | |
m_PixelSize
|
u32 | The pixel size of the pixel format used in memory. | |
m_Format
|
Resource::NativeFormat | The pixel format of the texture cube. | |
m_MemLayout
|
Memory::MemoryLayout | The memory layout of the texture cube. | |
m_MemLocation
|
Memory::MemoryLocation | The memory type of the texture cube. Indicates the memory location for the data. | |
m_MemAddr
|
u8 * | The physical address of 2D texture resource data for the six faces of the texture cube. |
GetMipmapAddress
|
This helper function gets information about a particular mipmap level from a texture cube. |
|---|
CONFIDENTIAL