comparison pytouhou/ui/opengl/background.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
comparison
equal deleted inserted replaced
559:1be60813f7cb 560:c759b97f4f81
8 8
9 9
10 cdef class BackgroundRenderer: 10 cdef class BackgroundRenderer:
11 cdef GLuint texture 11 cdef GLuint texture
12 cdef GLsizei nb_indices 12 cdef GLsizei nb_indices
13 cdef unsigned int use_fixed_pipeline
14 13
15 # For modern GL. 14 # For modern GL.
16 cdef GLuint vbo, ibo 15 cdef GLuint vbo, ibo
17 cdef GLuint vao 16 cdef GLuint vao
18 17