Mercurial > touhou
view pytouhou/ui/opengl/backend.pxd @ 588:7a82c4b52b16
Prevent a traceback when we call Window.run without a runner set.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 08 Oct 2014 19:20:15 +0200 |
parents | 6c9d8a3d853f |
children | e15672733c93 |
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 str shader_header