GsSortFastSpriteEnters a sprite in an OT | |||||||
Arguments
Return ValueNone.ExplanationThe sprite pointed to by sp is entered into the ordering table pointed to by otp.The parameters of the sprite, such as its display position, are provided by the members of GsSPRITE. pri is the priority (i.e. position) of the sprite in the ordering table. The highest priority is obtained by setting pri to 0. The lowest priority is determined by the size of the ordering table. If the value of pri is greater than the size of the ordering table, it is clipped to the maximum size. GsSortFastSprite() provides higher speed processing than GsSortSprite(), however, scaling and rotation cannot be used. The GsSPRITE members mx, my, scalex, scaley, and rotate are ignored. See AlsoGsSortSprite(), GsSPRITE |