NNS_G2dSetCurrentImageProxy

C Specification

#include <nnsys/g2d/g2d_Renderer.h>

    void NNS_G2dSetCurrentImageProxy
    ( 
        NNSG2dRendererInstance*             pRend, 
        const NNSG2dImageProxy*             pImgProxy, 
        const NNSG2dImagePaletteProxy*      pPltProxy 
    );
  

Arguments

pRend [OUT] Renderer entity
pImgProxy [IN] Image information
pPltProxy [IN] Palette information

Return Values

None.

Description

Sets the image data and the palette data that the renderer references. This function must be called before using the renderer.
The name of this function has changed to NNS_G2dSetRendererImageProxy(). To maintain compatibility, the previous function was kept under a different name.

See Also

NNS_G2dSetRendererImageProxy

Revision History

2004/08/02 Renamed function.

2004/05/28 Initial version.


CONFIDENTIAL