NNS_GfdFreeLnkTexVram

C Specification

#include <nnsys/gfd.h>
int NNS_GfdFreeLnkTexVram( NNSGfdTexKey memKey );

Arguments

memKey The texture key for the region to be released.

Return Values

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.

Description

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.

See Also

NNS_GfdAllocLnkTexVram

Revision History

10/12/2004 Initial version.


CONFIDENTIAL