NNS_G3dRenderObjResetCallBack

Syntax

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

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure.

Return Values

None.

Description

Deletes the callback processing performed during rendering which was registered to the rendering object via the NNS_G3dRenderObjSetCallBack function.

See Also

NNS_G3dRenderObjSetCallBack, NNSG3dSbcCallBackFunc

Revision History

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


CONFIDENTIAL