#include <nnsys/g2d/g2d_Softsprite.h>
void NNS_G2dDrawSpriteSimple ( const NNSG2dSimpleSprite* pS );
void NNS_G2dDrawSpriteBasic ( const NNSG2dBasicSprite* pB );
void NNS_G2dDrawSpriteExtended( const NNSG2dExtendedSprite* pE );
pS | [IN] Simple sprite |
pB | [IN] Basic sprite |
pE | [IN] Extended sprite |
None.
Renders each type of sprite. The default value kept inside the module is referenced if there is insufficient information when drawing the simple versions of sprites such as Simple and Basic. The default value settings use NNS_G2dSetSpriteDefaultAttr
.
NNS_G2dGetSpriteDefaultAttr
NNS_G2dIsSpriteAttrEnable
NNS_G2dSetSpriteDefaultAttr
NNS_G2dSetSpriteAttrEnable
NNS_G2dDrawSprite*Fast
2004/05/28 Initial version.
CONFIDENTIAL