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