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

GL_DEPTH24_STENCIL8 is missing from PixelInternalFormat #84

Closed KaneTW closed 7 years ago

svenpanne commented 7 years ago

I just had a quick look, and it seems that a few more internal formats from more recent OpenGL revisions are missing. I'll add them after a more thorough review...

Thanks for pointing that out! :-)

svenpanne commented 7 years ago

I've uploaded a new version 3.0.2.0 to Hackage, containing the missing format plus some more format-related stuff.