#include <nnsys/g3d/kernel.h>
void
NNS_G3dRenderObjResetCallBack(
NNSG3dRenderObj* pRenderObj
);
pRenderObj | Pointer to the NNSG3dRenderObj structure. |
None.
Deletes the callback processing performed during rendering which was registered to the rendering object via the NNS_G3dRenderObjSetCallBack
function.
NNS_G3dRenderObjSetCallBack, NNSG3dSbcCallBackFunc
2004/08/19 Corrected errors in the Description.
2004/08/02 Initial version.
CONFIDENTIAL