Re: Missing method at jogl_mobile.dll
Posted by Alessandro on Dec 28, 2014; 2:30pm
URL: https://forum.jogamp.org/Missing-method-at-jogl-mobile-dll-tp4033748p4033817.html
I guess this bug is related to below issue cited at javax.media.opengl.GLProfile.java, lines 108 to 116 :
/**
* We have to disable support for ANGLE, the D3D ES2 emulation on Windows provided w/ Firefox and Chrome.
* When run in the mentioned browsers, the eglInitialize(..) implementation crashes.
* <p>
* This can be overridden by explicitly enabling ANGLE on Windows by setting the property
* <code>jogl.enable.ANGLE</code>.
* </p>
*/
public static final boolean enableANGLE;