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

Add UniformComponent GLdouble instance #81

Closed hesiod closed 8 years ago

hesiod commented 8 years ago

UniformComponent was missing a GLdouble instance.

svenpanne commented 8 years ago

Just for the record: The API entries behind this instance were added with OpenGL 4.0, I think (via GL_ARB_gpu_shader_fp64). Thanks for the patch!