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 if the texture package file can be used. Returns false if it cannot be used, or if an error 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