diff 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
line wrap: on
line diff
--- a/pytouhou/ui/opengl/backend.pxd
+++ b/pytouhou/ui/opengl/backend.pxd
@@ -1,7 +1,6 @@
 from pytouhou.lib.sdl cimport SDL_GLprofile
 
-cdef SDL_GLprofile flavor
-cdef str version
+cdef SDL_GLprofile profile
 cdef int major
 cdef int minor
 cdef int double_buffer