Login  Register

Current threading model

Posted by Dolda2000 on Dec 12, 2017; 3:37am
URL: https://forum.jogamp.org/Current-threading-model-tp4038405.html

Dear JOGL forum,

Is it still true that OpenGL calls have to be done from the AWT event thread, or has this been changed in recent years? I'm asking because my threading model could really benefit from being able to issue OpenGL calls directly without having to marshal values to and from the AWT thread.