NNS_G3dFreeRecBufferJnt

Syntax

#include <nnsys/g3d/mem.h>
void
NNS_G3dFreeRecBufferJnt(
    NNSFndAllocator*    pAlloc,
    NNSG3dJntAnmResult* pRecBuf
);

Arguments

pAlloc Pointer to the memory allocator.
pRecBuf Pointer to the region allocated by the NNS_G3dAllocRecBufferJnt function

Return Values

None.

Description

Frees the record buffer region used to hold the joint animation calculation results.

See Also

NNS_G3dAllocRecBufferJnt

Revision History

2004/08/02 Initial version.


CONFIDENTIAL