GetMipmapAddress

nn::gd::CTR::TextureCubeProperties::GetMipmapAddress Member Function

Syntax

MipmapResourceInfo GetMipmapAddress(
     u32 faceIndex,
     u32 mipmapLevel
);

Parameters

Name Description
in faceIndex Specifies the index of the surface for which mipmap level information is to be obtained.
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 texture cube.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL