Login  Register

Re: how to use GLContext.getCurrentGL() ???

Posted by cylob on Dec 20, 2023; 3:42am
URL: https://forum.jogamp.org/how-to-use-GLContext-getCurrentGL-tp4043168p4043221.html

in trying to implement my scene switching functionality, i've discovered i can't switch scenes, because when i try to call getCurrentGL(), i get a "no opengl context for current thread" error...i'm new to this, and still trying to get a grip of how to deal with the context...

i sorta follow along with some of the things you said, but if i could see it implemented that would help...