#include <nnsys/g2d/g2d_RendererCore.h>
void NNS_G2dRndCoreDrawCellFast2D( const NNSG2dCellData* pCell );
| pCell | [IN] Cell data |
None.
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 outside of the BeginRendering — EndRendering block.
None.
11/10/2004 Initial version.