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

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


CONFIDENTIAL