Re: Leopard: Profile GL_DEFAULT is not available on null, but: []
Posted by Loicus on Dec 15, 2011; 10:53am
URL: https://forum.jogamp.org/Leopard-Profile-GL-DEFAULT-is-not-available-on-null-but-tp3587916p3588223.html
the use made a try with the following code:
GLProfile glp = GLProfile.get(GLProfile.GL2);
instead of
GLProfile glp = GLProfile.getDefault();
but he gots the following Exception:
javax.media.opengl.GLException: Profile GL2 is not available on null, but: []
at javax.media.opengl.GLProfile.get(GLProfile.java:643)
at javax.media.opengl.GLProfile.get(GLProfile.java:656)
....
how it possible that no GL2 profile is available?
Loic,