#include <nnsys/g2d/g2d_CellTransferManager.h>
void NNS_G2dSetCellTransferStateRequested(
u32 handle,
u32 srcOffset,
u32 szByte );
| handle | [IN] Handle of cell VRAM transfer state object |
| srcOffset | [IN] Offset value from the start of the transfer source data |
| szByte | [IN] Transfer size |
None.
Sets the cell VRAM transfer state object in the VRAM transfer request state. For the state object set in the VRAM transfer request state, a VRAM transfer is actually requested if NNS_G2dUpdateCellTransferStateManager() is checked and the "to be drawn" flag is valid.
NNS_G2dUpdateCellTransferStateManager
07/20/2004 Initial version.
CONFIDENTIAL