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

FrameBufferStatus is missing equivalent of gl_FRAMEBUFFER_INCOMPLETE_ATTACHMENT #51

Open schell opened 10 years ago

schell commented 10 years ago

It seems this one constant just got left out :)

blitzcode commented 9 years ago

Just ran into this as well, I'm pretty sure this is just a simple oversight

KaneTW commented 6 years ago

This is still missing.

schell commented 6 years ago

Hi @KaneTW - I've switched to @ekmett's https://github.com/ekmett/gl, which is just about as close to raw OpenGL in C as possible. It's quite nice, though it does take a while to build the first time.