nn::tpl::CTR::GetTextureInfo Function
bool GetTextureInfo(
CtrTextureInfo * pTexInfo,
const void * pTexPackage,
const s16 texIndex
);
| 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. |
true when texture information could be obtained. Returns false when some kind of error occurred. Gets the texture information.
Gets information about the relevant texture.
CONFIDENTIAL