NNS_G3dRenderObjResetCallBack

C Specification

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

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure.

Return Values

None.

Description

Resets the callback process performed during the rendering process that is registered to the rendering object via the NNS_G3dRenderObjSetCallBack function.

See Also

NNS_G3dRenderObjSetCallBack, NNSG3dSbcCallBackFunc

Revision History

08/19/2004 Corrected errors in the explanatory text.
08/02/2004 Initial version.