Mercurial > touhou
comparison pytouhou/ui/opengl/backend.pxd @ 558:94725968dabb
Use vertex array objects, to be compatible with OpenGL 3.1+ core profile.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 12 Dec 2013 13:47:17 +0100 |
parents | 0f2af7552462 |
children | 6e79756b7f42 |
comparison
equal
deleted
inserted
replaced
557:0f2af7552462 | 558:94725968dabb |
---|---|
4 cdef str version | 4 cdef str version |
5 cdef int major | 5 cdef int major |
6 cdef int minor | 6 cdef int minor |
7 cdef int double_buffer | 7 cdef int double_buffer |
8 cdef bint is_legacy | 8 cdef bint is_legacy |
9 cdef bint use_vao | |
9 cdef str shader_header | 10 cdef str shader_header |