NNS_G3dRenderObjSetInitFunc

C Specification

#include <nnsys/g3d/kernel.h>

void
NNS_G3dRenderObjSetInitFunc(
    NNSG3dRenderObj*      pRenderObj,
    NNSG3dSbcCallBackFunc func
);

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure.
func Pointer to the callback function to register

Return Values

None.

Description

This is the callback function executed just before rendering is registered in the NNSG3dRS structure. The callback function that is registered can be used for registering the callback processes during the drawing by using the NNS_G3dRSSetCallBack function.

See Also

NNS_G3dRenderObjSetCallBack, NNS_G3dRenderObjResetCallBack

Revision History

2004/10/11 Initial version.


CONFIDENTIAL