NNS_G3dRenderObjReleaseJntAnmBuffer

構文

#include <nnsys/g3d/kernel.h>
NNSG3dJntAnmResult*
NNS_G3dRenderObjReleaseJntAnmBuffer(
    NNSG3dRenderObj* pRenderObj
);

引数

pRenderObj NNSG3dRenderObj構造体へのポインタ

返り値

レンダリングオブジェクトに登録されていたジョイントアニメーション用レコードバッファへのポインタ。

説明

pRenderObjで指定されるレンダリングオブジェクトに登録されているジョイントアニメーション用レコードバッファを解除します。

参照

NNS_G3dRenderObjSetJntAnmBuffer, NNS_G3dRenderObjReleaseMatAnmBuffer

履歴

2004/08/02 初版