nn::gd::CTR::MipmapResourceInfo

nn::gd::CTR::MipmapResourceInfo Class

Syntax

class MipmapResourceInfo

Description

Represents detailed information about a resource's mipmap level.

Member Variables

m_Width u32 The resource mipmap level width.
m_Height u32 The resource mipmap level height.
m_MemAddr u8 * The physical address of the resource mipmap level.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL