Re: Crash when creating more than ~15 jogl/awt windows
Posted by
gouessej on
Jun 14, 2011; 8:51am
URL: https://forum.jogamp.org/Crash-when-creating-more-than-15-jogl-awt-windows-tp3054540p3062250.html
You cannot create an infinite number of OpenGL contexts. As far as I know, you create a different context per window.