NNS_G2dSetImagePaletteLocation

C Specification

#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dSetImagePaletteLocation(
NNSG2dImagePaletteProxy*    pImg,
NNS_G2D_VRAM_TYPE   type, 
u32                 addr );

Arguments

pImg [OUT] Image palette proxy
type [IN] VRAM type to use (3D, 2D-Main, or 2D-Sub)
addr [IN] VRAM base address

Return Values

None.

Description

Sets the VRAM address in the image palette proxy.

See Also

None.

Revision History

10/12/2004 Initial version.


CONFIDENTIAL