On 11/01/2012 05:38 PM, innategamer [via jogamp] wrote:
> I think that is the link I used, but when I try this:
>
> GLProfile glp = GLProfile.get(GLProfile.GL4);
>
> I get an exception:
>
>
> Exception in thread "main" javax.media.opengl.GLException: Profile GL4 is not
> available on null, but: [GLProfile[GL2ES2/GL2.hw], GLProfile[GL2ES1/GL2.hw],
> GLProfile[GL2/GL2.hw], GLProfile[GL2/GL2.hw], GLProfile[GL2GL3/GL2.hw]]
This means the highest avail GL profile your GL driver supports is GL2,
not even GL3.
~Sven