Mercurial > touhou
view 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 |
line wrap: on
line source
from pytouhou.lib.sdl cimport SDL_GLprofile cdef SDL_GLprofile profile cdef int major cdef int minor cdef int double_buffer cdef bint is_legacy cdef bint use_debug_group cdef bint use_vao cdef bint use_framebuffer_blit cdef bint use_primitive_restart cdef bytes shader_header