#include <nnsys/g3d/kernel.h>
void NNS_G3dRenderObjResetCallBack( NNSG3dRenderObj* pRenderObj );
| pRenderObj | Pointer to the NNSG3dRenderObj structure. |
None.
Resets the callback process performed during the rendering process that is registered to the rendering object via the NNS_G3dRenderObjSetCallBack function.
NNS_G3dRenderObjSetCallBack, NNSG3dSbcCallBackFunc
08/19/2004 Corrected errors in the explanatory text.
08/02/2004 Initial version.