Re: JOGL project does not work in a different computer
Posted by r.jaoui on Oct 27, 2021; 2:53pm
URL: https://forum.jogamp.org/JOGL-project-does-not-work-in-a-different-computer-tp4041404p4041412.html
Actually, I think that you are right and the issue is with the OpenGL version. I tried using the functions whose compatibility is above 3.0 and none work, while all others do...
I tried to get the version in code, by calling :
System.out.println("OpenGL version : " + gl.glGetString(GL2.GL_VERSION));
And I got :
OpenGL version : 1.1.0
This kind of surprises me, since it seems that the maximum valid version of OpenGL is 3.1 in my computer... And also this computer isn't that old haha.