Mercurial > touhou
comparison pytouhou/ui/opengl/backend.pxd @ 636:4fa0a8e7d941
Add a GLFW implementation of gui.Window.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 14 May 2017 20:14:03 +0100 |
parents | 80687f258001 |
children |
comparison
equal
deleted
inserted
replaced
635:80687f258001 | 636:4fa0a8e7d941 |
---|---|
1 from pytouhou.lib.opengl cimport GLenum_mode | 1 from pytouhou.lib.opengl cimport GLenum_mode |
2 | 2 |
3 cdef bint use_glfw | |
3 cdef str profile | 4 cdef str profile |
4 cdef int major | 5 cdef int major |
5 cdef int minor | 6 cdef int minor |
6 cdef int double_buffer | 7 cdef int double_buffer |
7 cdef bint is_legacy | 8 cdef bint is_legacy |