NNS_G2dRndCoreDrawCellVramTransfer

C Specification

#include <nnsys/g2d/g2d_RendererCore.h>
void NNS_G2dRndCoreDrawCellVramTransfer
    ( 
        const NNSG2dCellData*   pCell, 
        u32                     cellVramTransferHandle 
    );

Arguments

pCell [IN] Cell data
cellVramTransferHandle [IN] Handle of cell VRAM transfer state object

Return Values

None.

Description

Draws a VRAM transfer cell. This function must be called inside the BeginRenderingEndRendering block

See Also

None.

Revision History

11/10/2004 Initial version.


CONFIDENTIAL