NNS_G2dRndCoreDrawCellFast2D

Syntax

#include <nnsys/g2d/g2d_RendererCore.h>

    
    void NNS_G2dRndCoreDrawCellFast2D( const NNSG2dCellData* pCell );

  

Arguments

pCell [IN] Cell data

Return Values

None.

Description

Renders cells quickly using the 2D Graphics Engine (OBJ feature). This function does not support the calling of callback functions or affine transformations of cells. If this function is called when a 2D affine conversion matrix has been set (pCurrentMtxCacheFor2D) it will cause fail on assertion.

This function must be called inside of the BeginRenderingEndRendering block.

See Also

None.

Revision History

2004/11/10 Initial version.


CONFIDENTIAL