Mercurial > touhou
log pytouhou/ui/opengl/framebuffer.pyx @ 592:19d930f9e3f0
age | author | description |
---|---|---|
Wed, 08 Oct 2014 18:34:27 +0200 | Emmanuel Gil Peyrot | Use ARB_framebuffer_blit instead of a second rendering pass for scaled rendering, if supported, and remove framebuffer stuff from the Renderer. |
Wed, 08 Oct 2014 16:34:24 +0200 | Emmanuel Gil Peyrot | Simplify framebuffer rendering with glDrawArrays, and move it all to its own file. |