Mercurial > touhou
view pytouhou/ui/opengl/backend.pxd @ 592:19d930f9e3f0
Add the screenshot feature, using P or Home like the original game.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 23 Apr 2014 19:19:32 +0200 |
parents | e15672733c93 |
children | 974decb8df4f |
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 bint use_pack_invert cdef bytes shader_header