comparison pytouhou/ui/opengl/backend.pxd @ 553:8f51e34d911c

Refactor graphics backend selection, to make them fallbackable and optional.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 29 May 2014 12:31:55 +0200
parents
children 653a9f087673
comparison
equal deleted inserted replaced
552:aad758aef26d 553:8f51e34d911c
1 cdef str flavor
2 cdef float version
3 cdef int major
4 cdef int minor
5 cdef bint double_buffer
6 cdef bint is_legacy