No GL4 profile on OSX 10.9

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

No GL4 profile on OSX 10.9

jmaasing
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
Reply | Threaded
Open this post in threaded view
|

Re: No GL4 profile on OSX 10.9

Sven Gothel
Administrator
On 10/23/2013 10:19 PM, jmaasing [via jogamp] wrote:
> 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)
>

in progress already ..

https://jogamp.org/bugzilla/show_bug.cgi?id=867

~Sven


signature.asc (911 bytes) Download Attachment