Mercurial > touhou
comparison pytouhou/ui/opengl/backend.pxd @ 583:47cf4e3d159d
Use libepoxy to discover the actual GL version we are using, and available extensions.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 05 Oct 2014 20:38:06 +0200 |
parents | 6e79756b7f42 |
children | e0166cda75d5 |
comparison
equal
deleted
inserted
replaced
582:6e79756b7f42 | 583:47cf4e3d159d |
---|---|
1 from pytouhou.lib.sdl cimport SDL_GLprofile | 1 from pytouhou.lib.sdl cimport SDL_GLprofile |
2 | 2 |
3 cdef SDL_GLprofile flavor | 3 cdef SDL_GLprofile profile |
4 cdef str version | |
5 cdef int major | 4 cdef int major |
6 cdef int minor | 5 cdef int minor |
7 cdef int double_buffer | 6 cdef int double_buffer |
8 cdef bint is_legacy | 7 cdef bint is_legacy |
9 cdef bint use_debug_group | 8 cdef bint use_debug_group |