Re: How to force core profile

Posted by chrtom on
URL: https://forum.jogamp.org/How-to-force-core-profile-tp4028307p4028321.html

Thanks a lot for the quick actions taken! I've tested the build you suggested:

>  http://jogamp.org/deployment/archive/master/gluegen_640-joal_404-jogl_921-jocl_752/

With this build GLProfile.get(GL.Profile.GL4) and GLProfile.get(GL.Profile.GL3) return "core" profiles as expected.

Thanks again!