Mercurial > touhou
comparison pytouhou/ui/renderer.pxd @ 456:cae1ae9de430
Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 16 Jul 2013 21:11:40 +0200 |
parents | d56536ef28e8 |
children | 1b56d62250ab |
comparison
equal
deleted
inserted
replaced
455:6864a38b2413 | 456:cae1ae9de430 |
---|---|
14 cdef unsigned short *indices[2][MAX_TEXTURES] | 14 cdef unsigned short *indices[2][MAX_TEXTURES] |
15 cdef unsigned short last_indices[2 * MAX_TEXTURES] | 15 cdef unsigned short last_indices[2 * MAX_TEXTURES] |
16 cdef PyObject *elements[640*3] | 16 cdef PyObject *elements[640*3] |
17 | 17 |
18 cpdef render_elements(self, elements) | 18 cpdef render_elements(self, elements) |
19 cpdef render_quads(self, rects, colors, texture) |