#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dLoadPalette(
const NNSG2dPaletteData* pSrcData,
u32 addr,
NNS_G2D_VRAM_TYPE type,
NNSG2dImagePaletteProxy* pPltProxy );
pSrcData |
[IN] Input image data source |
addr |
[IN] Load destination address |
type |
[IN] VRAM type to use (3D, 2D-Main, or 2D-Sub) |
pPltProxy |
[OUT] Image palette proxy that stores the load result |
None.
Loads the image palette data to the hardware and sets the load results and the image format to the image palette proxy.
None.
2004/05/28 Initial version.
CONFIDENTIAL