Mercurial > touhou
log pytouhou/ui/opengl/sprite.pxd @ 573:4233c1c01d90
age | author | description |
---|---|---|
2014-05-10 | Emmanuel Gil Peyrot | Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line. |
2013-12-19 | Emmanuel Gil Peyrot | Don’t put back the rendering data into a tuple, use a specialised struct inside Sprite to pass it to the renderer. |
2013-12-05 | Emmanuel Gil Peyrot | Remove some useless optimisations now that cython does them for us. |
2013-12-05 | Emmanuel Gil Peyrot | Move the OpenGL backend to its own package. base pytouhou/ui/sprite.pxd@a775b04e067c |