nn::tpl::CTR::GetTextureInfo Function

Syntax

bool GetTextureInfo(
     CtrTextureInfo * pTexInfo,
     const void * pTexPackage,
     const s16 texIndex
);

Arguments

Name Description
out pTexInfo Pointer to the structure where the relevant texture information is stored.
in pTexPackage Pointer to the header of a texture package file that has been loaded.
in texIndex Texture index.

Return Values

Returns true when texture information could be obtained. Returns false when some kind of error occurred.

Description

Gets the texture information.

Gets information about the relevant texture.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL