Mercurial > touhou
view pytouhou/ui/opengl/backend.pxd @ 589:0768122da817
Add a frameskip option, and use swap interval to implement it.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 10 Oct 2014 15:59:11 +0200 |
parents | 6c9d8a3d853f |
children | e15672733c93 |
line wrap: on
line source
from pytouhou.lib.sdl cimport SDL_GLprofile cdef SDL_GLprofile profile cdef int major cdef int minor cdef int double_buffer cdef bint is_legacy cdef bint use_debug_group cdef bint use_vao cdef bint use_framebuffer_blit cdef bint use_primitive_restart cdef str shader_header