Re: MacOSX - attaching to external context hangs on loading native awt lib
Posted by Dominik Pospisil on Apr 29, 2017; 12:23pm
URL: https://forum.jogamp.org/MacOSX-attaching-to-external-context-hangs-on-loading-native-awt-lib-tp4037907p4037912.html
Calling CGLGetCurrentContext() from the native code just before invoking JVM returns non-null GL context, however CGL.CGLGetCurrentContext() called from MacOSXExternalCGLContext returns null. Wondering why...
There must be something really weird going on since CGL.CGLGetCurrentContext() does just that - calls CGLGetCurrentContext()