#include <nnsys/g3d/mem.h>
void NNS_G3dFreeRecBufferMat(NNSFndAllocator* pAlloc,
NNSG3dMatAnmResult* pRecBuf);
| pAlloc | メモリアロケータへのポインタ |
| pRecBuf | NNS_G3dAllocRecBufferMat()で確保した領域へのポインタ |
なし。
マテリアルの計算結果を保持するためのバッファ領域を解放します。
2004/08/02 初版