[Haskell-cafe] Calling OpenGL functions from multiple threads

Clark Gaebel cgaebel at csclub.uwaterloo.ca
Sun Feb 12 04:03:31 CET 2012


Do the OpenGL bindings on Hackage expose anything like glXMakeCurrent [1]?
I need to use OpenGL functions from multiple threads (note: not at once, I
protect it with an MVar), but that's forbidden in extension-less OpenGL.

Thanks,
  - clark

[1] http://www.talisman.org/opengl-1.1/Reference/glXMakeCurrent.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120211/b7699d2a/attachment.htm>


More information about the Haskell-Cafe mailing list