Re: Java 3D crash or flickering
Posted by
gouessej on
Aug 21, 2015; 11:25am
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4035086.html
Actually, it's impossible to ensure that my workaround works without patching the source code of JOGL because the quirk must be set during the creation of the OpenGL context. If you set it earlier, it will be overridden. If you try to set it after, it will be too late, the crash will occur.