#include <nnsys/g2d/g2d_RendererCore.h>
void NNS_G2dSetRndCoreOamRegisterFunc
(
NNSG2dRndCoreInstance* pRnd,
NNSG2dOamRegisterFunction pFuncOamRegister,
NNSG2dAffineRegisterFunction pFuncOamAffineRegister
);
| pRnd | [OUT] Renderer core |
| pFuncOamRegister | [IN] OAM registration function |
| pFuncOamAffineRegister | [IN] Affine parameter registration function |
None.
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 BeginRendering — EndRendering block.
None.
11/10/2004 Initial version.