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

missing instance Uniform GLfloat #64

Closed ekmett closed 8 years ago

ekmett commented 9 years ago

These can be passed to shaders.

I'm currently hacking around this by lying and claiming the field is an Index1, but it is very much a hack.

I haven't checked what other legal uniforms are missing.