haskell-opengl / OpenGL

Haskell bindings to OpenGL
http://www.haskell.org/haskellwiki/OpenGL
BSD 3-Clause "New" or "Revised" License
147 stars 26 forks source link

GL3.0 Multisample stretch blit #9

Closed Laar closed 11 years ago

Laar commented 13 years ago

quoting appendix N.1 'New Features' from the OpenGL 3.0 spec: "Multisample stretch blit functionality (GL_EXT_framebuffer_multisample and GL_EXT_framebuffer_blit)."

Laar commented 11 years ago

Searching the current source suggest it was added. Blitting can be found in commit 598e306, multisample was moved so it would require more digging in the history of FramebufferObjects/RenderbufferObjects.hs.