Mercurial > touhou
comparison pytouhou/ui/opengl/backend.pxd @ 557:0f2af7552462
Don’t hardcode GLSL version in our shaders, instead make them dependent on GL version.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 30 May 2014 16:40:36 +0200 |
parents | c34b23e29d16 |
children | 94725968dabb |
comparison
equal
deleted
inserted
replaced
556:c34b23e29d16 | 557:0f2af7552462 |
---|---|
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 str shader_header |