Re: Problem Moving from 1.1.1a -> 2.0
Posted by
gouessej on
Mar 16, 2012; 12:51pm
URL: https://forum.jogamp.org/SOLVED-Problem-Moving-from-1-1-1a-2-0-tp3826486p3831746.html
Yes, it is not useful in games almost always running into a single window. I experienced crashes on some machines both when sharing offscreen context and onscreen context. It is really difficult to rely on the share of context. Fortunately, NEWT has been helpful to prevent the destruction of the context when removing an OpenGL canvas from its container, it allows to avoid using shared contexts in some cases.