NNS_G3dFreeRenderObj

Syntax

#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

2004/08/02 Initial version.


CONFIDENTIAL