Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX
Posted by
gouessej on
Feb 17, 2013; 12:28pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028243.html
The settings are still null when you try to use the JOGL renderer. I'll look at existing examples.
Edit.: Rather do that:
@Override
public void start() {
showSettings = false;
AppSettings appSettings = new AppSettings(true);
appSettings.setRenderer("JOGL");
appSettings.setAudioRenderer("JOAL");
setSettings(appSettings);
super.start();
}