Login  Register

Re: JOGL project does not work in a different computer

Posted by Martin on Oct 27, 2021; 5:53pm
URL: https://forum.jogamp.org/JOGL-project-does-not-work-in-a-different-computer-tp4041404p4041417.html

I fear GLProfile.get(GLProfile.GL2) tied you below the profile you have on your computer. Despite GL2 that should be sufficient for the function you want to use, you may also use GLProfile.getMaximum(true) to get the highest version capabilities. Maybe JOGL will follow a more consistent path and provide you the capabilities your hardware really offers.

I met inconsistencies in the profile selection on my MacOS computers as you have read in the other discussion. I will try to dive in this and understand why.

Could you describe your OS/GPU/JDK?