Mercurial > touhou
diff pytouhou/ui/opengl/gamerenderer.pxd @ 586:4b0593da29d5
Simplify framebuffer rendering with glDrawArrays, and move it all to its own file.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 08 Oct 2014 16:34:24 +0200 |
parents | 53fa73932e9a |
children | 1b31169dc344 |
line wrap: on
line diff
--- a/pytouhou/ui/opengl/gamerenderer.pxd +++ b/pytouhou/ui/opengl/gamerenderer.pxd @@ -1,7 +1,8 @@ from pytouhou.utils.matrix cimport Matrix from pytouhou.game.game cimport Game from .background cimport BackgroundRenderer -from .renderer cimport Renderer, Framebuffer +from .renderer cimport Renderer +from .framebuffer cimport Framebuffer from .shader cimport Shader cdef class GameRenderer(Renderer):