NNS_G3dRenderObjReleaseMatAnmBuffer

構文

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

引数

pRenderObj NNSG3dRenderObj構造体へのポインタ

返り値

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

説明

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

参照

NNS_G3dRenderObjSetMatAnmBuffer, NNS_G3dRenderObjReleaseJntAnmBuffer

履歴

2004/08/02 初版