#include <nnsys/g3d/kernel.h>
void NNS_G3dRenderObjSetInitFunc( NNSG3dRenderObj* pRenderObj, NNSG3dSbcCallBackFunc func );
pRenderObj | Pointer to the NNSG3dRenderObj structure. |
func | Pointer to the callback function to register |
None.
Registers the callback function executed just before rendering in the NNSG3dRS
structure. The callback function that is registered can be used for registering callback process during rendering by using NNS_G3dRSSetCallBack or similar functions.
NNS_G3dRenderObjSetCallBack
, NNS_G3dRenderObjResetCallBack
2004/10/11 Initial version.
CONFIDENTIAL