NNS_G2dSetRndCoreOamRegisterFunc

C Specification

#include <nnsys/g2d/g2d_RendererCore.h>

    
    void NNS_G2dSetRndCoreOamRegisterFunc
    (
        NNSG2dRndCoreInstance*          pRnd, 
        NNSG2dOamRegisterFunction       pFuncOamRegister,
        NNSG2dAffineRegisterFunction    pFuncOamAffineRegister
    );
  

Arguments

pRnd [OUT] Renderer core
pFuncOamRegister [IN] OAM registration function
pFuncOamAffineRegister [IN] Affine parameter registration function

Return Values

None.

Description

Indicates the OBJ to be drawn in an external module by setting the function pointer group used by the Renderer core module when registering the OAM. The OAM register function must be set if the specified surface will be drawn by the 2D Graphics Engine.

This function must be called outside of the BeginRenderingEndRendering block.

See Also

None.

Revision History

2004/11/10 Initial version.


CONFIDENTIAL