#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.
08/02/2004 Initial version.