No GL4 profile on OSX 10.9

Posted by jmaasing on
URL: https://forum.jogamp.org/No-GL4-profile-on-OSX-10-9-tp4030350.html

Sad face because I can't get GL4 on my new shiny OSX 10.9 which finally supports OpenGL 4.1 (Jogl 2.1.1 - java 1.7)

public class OSXGL4Test {

        public static void main(String[] args) {
                final GLCapabilities caps = new GLCapabilities(GLProfile.get(GLProfile.GL4));
        }
}

Exception in thread "main" javax.media.opengl.GLException: Profile GL4 is not available on null, but: [GLProfile[GL2ES2/GL3.hw], GLProfile[GL2ES1/GL2.hw], GLProfile[GL2/GL2.hw], GLProfile[GL3/GL3.hw], GLProfile[GL2/GL2.hw], GLProfile[GL2GL3/GL3.hw]]

Yes I know, we all love to support OSX