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

PrecisionType constructors not exported #63

Open ekmett opened 9 years ago

ekmett commented 9 years ago

I'm looking to check the availability / precision of highp, but I can't actually use PrecisionType. It doesn't have any exported constructors, despite being a nice helper type explicitly designed so we can use its constructors. ;)

https://hackage.haskell.org/package/OpenGL-2.9.2.0/docs/Graphics-Rendering-OpenGL-GL-Shaders-ShaderObjects.html