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

GL3.0 updated tokens #13

Open Laar opened 13 years ago

Laar commented 13 years ago

Some tokens need to be added (as they are updated), see appendix N.3 from the OpenGL3.0 spec COMPARE_REF_TO_TEXTURE MAX_VARYING_COMPONENTS MAX_CLIP_DISTANCES CLIP_DISTANCEi

Laar commented 13 years ago

It seems that apart from MAX_VARYING_COMPONENTS the enums are not 'used' in the spec.