nn::tpl::CTR::CheckTexturePackageHeader Function
bool CheckTexturePackageHeader(
const void * pTexPackage
);
| Name | Description | |
|---|---|---|
| in | pTexPackage | Pointer to the header of a texture package file that has been loaded. |
true for a usable texture package file. Returns false when unusable or when some sort of error has occurred. 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.
CONFIDENTIAL