view pytouhou/ui/opengl/sprite.pxd @ 515:b3193b43a86c

Add an indirection layer for textures, to cope with drivers assigning them random names.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 06 Dec 2013 19:02:42 +0100
parents 3d4410de78e1
children dacdcca59b66
line wrap: on
line source

from pytouhou.game.sprite cimport Sprite

cpdef tuple get_sprite_rendering_data(Sprite sprite)