view pytouhou/ui/sprite.pxd @ 505:bfea9e9a6845

Manage the texture-specific indices in the Texture, and some more renderer optimisations.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Nov 2013 14:45:53 +0100
parents 723a3e67a223
children
line wrap: on
line source

from pytouhou.game.sprite cimport Sprite

cpdef object get_sprite_rendering_data(Sprite sprite)