NNS_G2dSetSpriteCurrentPolygonID

C Specification

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

Arguments

id [IN] Polygon ID used to draw software sprites

Return Values

None.

Description

Sets the Polygon ID that will be used for software sprite drawing.

The name of this function has been changed from NNS_G2dSetCurrentPolygonID. The previous function name remains as a separate name.

See Also

NNS_G2dSetCurrentPolygonID

Revision History

08/02/2004 Renamed function.
05/28/2004 Initial version.