NNS_G3dRenderObjReleaseMatAnmBuffer

C Specification

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

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure.

Return Values

Returns the pointer to the record buffer for the material animation registered in the rendering object.

Description

Releases the record buffer for the material animation that is registered in the rendering object.

See Also

NNS_G3dRenderObjSetMatAnmBuffer, NNS_G3dRenderObjReleaseJntAnmBuffer

Revision History

08/02/2004 Initial version.