#include <nnsys/g3d/mem.h>
void
NNS_G3dFreeRecBufferJnt(
NNSFndAllocator* pAlloc,
NNSG3dJntAnmResult* pRecBuf
);
pAlloc | Pointer to the memory allocator. |
pRecBuf | Pointer to the region allocated by the NNS_G3dAllocRecBufferJnt function |
None.
Frees the record buffer region used to hold the joint animation calculation results.
2004/08/02 Initial version.
CONFIDENTIAL