Mercurial > touhou
comparison pytouhou/ui/opengl/backend.pxd @ 590:e15672733c93
Switch to Python 3.x instead of 2.7.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 30 Sep 2014 17:14:24 +0200 |
parents | 6c9d8a3d853f |
children | 19d930f9e3f0 |
comparison
equal
deleted
inserted
replaced
589:0768122da817 | 590:e15672733c93 |
---|---|
7 cdef bint is_legacy | 7 cdef bint is_legacy |
8 cdef bint use_debug_group | 8 cdef bint use_debug_group |
9 cdef bint use_vao | 9 cdef bint use_vao |
10 cdef bint use_framebuffer_blit | 10 cdef bint use_framebuffer_blit |
11 cdef bint use_primitive_restart | 11 cdef bint use_primitive_restart |
12 cdef str shader_header | 12 cdef bytes shader_header |