Fwd: [Haskell] ANNOUNCE: OpenGL 2.3.0.0
Sven Panne <[email protected]> Thu, 30 Jul 2009 17:43:27 +0200
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
[ Ooops, I forgot to CC: to the HOpenGL mailing list... ] ---------- Weitergeleitete Nachricht ---------- Betreff: [Haskell] ANNOUNCE: OpenGL 2.3.0.0 Datum: Mittwoch, 29. Juli 2009 Von: Sven Panne <[email protected]> An: Haskell Mailing List <[email protected]> A new version of the OpenGL package has bee uploaded to Hackage. The main change is that it is now only a convenience layer upon the OpenGLRaw and GLURaw packages, written in in pure Haskell without the FFI. The latter two packages load the native libraries dynamically and do not rely on any C headers, making it possible to build all OpenGL-related packages even on machines without any installed native OpenGL support. Apart from that, a bug in vertexAttribPointer has been fixed. Cheers, S.