#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 );
| 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 |
None.
Assigns each type of parameter and draws the software sprite.
2004/10/12 Dealt with argument changes
2004/06/10 Revised the description of U0, V0, U1, and V1
2004/05/28 Initial version.
CONFIDENTIAL