NNS_G2dSetCurrentPolygonID

Syntax

#include <nnsys/g2d/g2d_Softsprite.h>
void NNS_G2dSetCurrentPolygonID( u16 id );
  

Arguments

id [IN] Polygon ID used to draw software sprites

Return Values

None.

Description

Sets the polygon ID used during software sprite rendering. This function was renamed NNS_G2dSetSpriteCurrentPolygonID. To maintain compatibility with past versions, this function has been kept under a different name.

See Also

NNS_G2dSetSpriteCurrentPolygonID

Revision History

2004/08/02 Renamed function.

2004/05/28 Initial version.


CONFIDENTIAL