#include <nnsys/g2d/fmt/g2d_Cell_data.h>
static inline u32 NNS_G2dGetSizeReqiredVramTransferCellDataBank(
const NNSG2dCellDataBank* pCellBank );
| pCellData | [IN] Cell data bank |
Returns the size in bytes of the VRAM region necessary for VRAM transfer.
Gets the size (in bytes) of the VRAM region needed by the VRAM transfer cell bank. Returns zero when there is no VRAM transfer information. Use this in VRAM allocation for VRAM transfer cell animation.
None.
07/20/2004 Initial version.