#include <nnsys/gfd.h>
int NNS_GfdFreeLnkTexVram( NNSGfdTexKey memKey );
| memKey | The texture key for the region to be released. |
Returns a value for the success or failure of the region release. This function returns 0 if it succeeds.
It returns 1 if the result of releasing the texture key is an invalid size, such as 0.
Releases the VRAM region that is specified by a texture key. The released region is registered again as a manager of the empty region. If a new empty region is generated as a result of the release, the release fails if the management information block is not large enough.
10/12/2004 Initial version.
CONFIDENTIAL