nn::tpl::CTR::CheckTexturePackageHeader Function

Syntax

bool CheckTexturePackageHeader(
     const void * pTexPackage
);

Arguments

Name Description
in pTexPackage Pointer to the header of a texture package file that has been loaded.

Return Values

Returns true for a usable texture package file. Returns false when unusable or when some sort of error has occurred.

Description

Checks a texture package.

This function uses the header portion of the texture package file that was loaded to determine whether it can be used.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL