NNS_G3dFreeRenderObj

C Specification

#include <nnsys/g3d/mem.h>
void
NNS_G3dFreeRenderObj(
NNSFndAllocator* pAlloc,
NNSG3dRenderObj* pRenderObj
);

Arguments

pAlloc Pointer to the memory allocator
pRenderObj Pointer to the region allocated by the NNS_G3dAllocRenderObj function

Return Values

None.

Description

Frees the region of the rendering object.

See Also

NNS_G3dAllocRenderObj

Revision History

08/02/2004 Initial version.


CONFIDENTIAL