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 mapping buffer subranges #5

Closed Laar closed 11 years ago

Laar commented 13 years ago

quoting appendix N.1 'New Features' from the OpenGL 3.0 spec: "Fine control over mapping buffer subranges into client space and flushing modified data (GL APPLE flush buffer range)."

Laar commented 13 years ago

Implemented in laar@00539ad8e36971742014a32b6389f81a6fce9f8d, it was basically a copy paste from the non ranged variant. I didn't test it.

Laar commented 13 years ago

Tested, and it works.

Laar commented 11 years ago

Has been merged in #27.