NNS_G2dInitRndCore

C Specification

#include <nnsys/g2d/g2d_RendererCore.h>
void NNS_G2dInitRndCore( NNSG2dRndCoreInstance* pRnd );

Arguments

pRnd [OUT] Renderer core

Return Values

None.

Description

Initializes the Renderer core module. You need to execute this function before using NNSG2dRndCoreInstance.

See Also

NNS_G2dInitRndCoreSurface

Revision History

11/10/2004 Initial version.