[wxGLCanvas] GL commands don't work
David Donaldson
comejoinus1 at gmail.com
Mon Jul 23 17:52:29 PDT 2007
A rendering context can be used in multiple threads, but not at the same
time. You must release the context from the main thread before using it in
the second thread. Under Windows you can release the context by calling
wglMakeCurrent( NULL, NULL ). As far as I know there is no way to do this
using the wxWidgets API.
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070723/1b1=
693f7/attachment.htm
More information about the wx-users
mailing list