#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dSetCurrentImageProxy
(
NNSG2dRendererInstance* pRend,
const NNSG2dImageProxy* pImgProxy,
const NNSG2dImagePaletteProxy* pPltProxy
);
pRend |
[OUT] Renderer entity |
pImgProxy |
[IN] Image information |
pPltProxy |
[IN] Palette information |
None.
Sets the image data and the palette data that the renderer references. This function must be called before using the renderer entity.
The name of this function has changed to NNS_G2dSetRendererImageProxy
. To maintain compatibility with past versions, this function has been kept under a different name.
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL