GetMipmapAddress

nn::gd::CTR::Texture2DProperties::GetMipmapAddress Member Function

Syntax

MipmapResourceInfo GetMipmapAddress(
     u32 mipmapLevel
);

Parameters

Name Description
in mipmapLevel Specifies the index used to get mipmap level information.

Return Values

Returns the result of the operation.
Value Description
mipmapInfo Returns mipmap level information.

Description

This helper function gets information about a particular mipmap level from a 2D texture.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL