Mercurial > touhou
view pytouhou/formats/anm0.pxd @ 585:e0166cda75d5
Use primitive-restart to lower the size of our ibo, if supported.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 08 Oct 2014 14:28:37 +0200 |
parents | 43ecf0f98f4d |
children |
line wrap: on
line source
cdef class ANM: cdef public long version cdef public unicode first_name, secondary_name cdef public dict sprites, scripts cdef public object texture cdef double size_inv[2]