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 transformfeedback #10

Closed Laar closed 11 years ago

Laar commented 13 years ago

OpenGL 3.0 spec section 2.15

Laar commented 13 years ago

Implemented in laar@f6c592db, this in includes binding buffers by index and some stuff to shader programs to set the varyings that need to recorded in the buffer. As usual this is not tested, getTransformFeedbackVarying really needs to be tested.

Laar commented 11 years ago

Has been merged in #27.