diff pytouhou/ui/opengl/renderer.pxd @ 560:c759b97f4f81

Remove all reference to the old fixed pipeline option in the OpenGL backend, use the newer is_legacy one.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 May 2014 16:51:38 +0200
parents 94725968dabb
children 4b0593da29d5
line wrap: on
line diff
--- a/pytouhou/ui/opengl/renderer.pxd
+++ b/pytouhou/ui/opengl/renderer.pxd
@@ -33,8 +33,6 @@ cdef class Renderer:
     cdef GLuint vbo, framebuffer_vbo, framebuffer_ibo
     cdef GLuint vao, framebuffer_vao
 
-    cdef bint use_fixed_pipeline #XXX
-
     cdef GLuint textures[MAX_TEXTURES]
     cdef unsigned short *indices[MAX_TEXTURES][2]
     cdef unsigned short last_indices[2 * MAX_TEXTURES]