NNS_G3dRenderObjSetInitFunc

Syntax

#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

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.

See Also

NNS_G3dRenderObjSetCallBack, NNS_G3dRenderObjResetCallBack

Revision History

2004/10/11 Initial version.


CONFIDENTIAL