view pytouhou/ui/opengl/backend.pxd @ 591:2dfa4aa135d2

Make the SDLError exception class automatically call SDL_GetError().
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 15 Oct 2014 13:17:07 +0200
parents e15672733c93
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