Login  Register

Re: OpenGL 3 support on Mac OSX Lion

Posted by robcavin on Sep 22, 2012; 7:56pm
URL: https://forum.jogamp.org/OpenGL-3-support-on-Mac-OSX-Lion-tp4026240p4026241.html

Some additional info I forgot to add.  The GLProfile returned by GLProfile.getDefault() is GL2.  Given that, I'm surprised the interface allowed me to even attempt a glGenVertexArrays.  Regardless, the GL View tool suggests that the driver supports all the features of GL3, just not the shader language version.  (Which conflicts with what I read about GL support in Mac OSX Lion!)

Very confused.  :)