Login  Register

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Posted by gouessej on Feb 19, 2013; 9:25am
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028271.html

krishnak wrote
How do I force ES2 - I am new to Jogl - could you  please elobarate.
Look at this line of code and replace GLProfile.getMaxFixedFunc(true) by GLProfile.getDefault() or GLProfile.GL2ES2. Let me know whether it works.

krishnak wrote
I tried removing the native library jars from the classpath but left them in the same directory as the other library jars. The result was the same as before, same error.
Ok but this is the right way of using JogAmp APIs. The JARs containing native libraries contain no class, therefore they should not be in the classpath.

Edit.: I'll try to fix that but please tell me whether any modification I suggested works on Raspberry Pi.
Julien Gouesse | Personal blog | Website