Mercurial > touhou
log pytouhou/ui/opengl/framebuffer.pyx @ 715:2b2376811f46
age | author | description |
---|---|---|
Sun, 29 Mar 2015 00:08:20 +0100 | Emmanuel Gil Peyrot | Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call. |
Sun, 21 Dec 2014 18:52:18 +0100 | Emmanuel Gil Peyrot | Move the passthrough shader to the Framebuffer class, since it isn’t used in the use_framebuffer_blit path. |
Sun, 21 Dec 2014 18:10:23 +0100 | Emmanuel Gil Peyrot | Remove generic usage of GL_DRAW_FRAMEBUFFER which was introduced in GL 3.0 with framebuffer_blit. |