NNS_G2dDrawSprite

C Specification

#include <nnsys/g2d/g2d_Softsprite.h>
void NNS_G2dDrawSprite(
s16 px, s16 py, int pz,
int sx, int sy,
int U0, int V0, int U1, int V1 );

Arguments

px [IN] Position X
py [IN] Position Y
pz [IN] Position Z
sx [IN] Size X
sy [IN] Size Y
U0 [IN] Upper left X of texture
V0 [IN] Upper left Y of texture
U1 [IN] Lower right X of texture
V1 [IN] Lower right Y of texture

Return Values

None.

Description

Assigns each type of parameter and draws the software sprite.

See Also

NNS_G2dDrawSprite*Fast

Revision History

10/12/2004 Dealt with argument changes
06/10/2004 Revised the description of U0, V0, U1, and V1
05/28/2004 Initial version.


CONFIDENTIAL