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

No way to ask for S3TC textures #65

Closed ekmett closed 9 years ago

ekmett commented 9 years ago

There is a lovely pipeline in OpenGL for working with 2d textures, etc. but the moment I need S3TC i need to go out to the raw bindings and throw away all the code I wrote using this package. =(

ekmett commented 9 years ago

It appears these can be done through the separate compressed textures API.