NNS_GfdFreeLnkTexVram

Syntax

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

Arguments

memKey The texture key for the region to be released.

Return Values

Returns success or failure of the release.
This function returns 0 if the release succeeds.
Returns 1 if the texture key that was released had an invalid size, such as size zero.

Description

Releases the VRAM region that is specified by the texture key. The released region is registered again to the Manager as an empty region. When a new empty region is generated as a result of the release, but there is not enough space for the management information block used to manage the empty region, the release fails.

See Also

NNS_GfdAllocLnkTexVram

Revision History

2004/10/12 Initial version.


CONFIDENTIAL