Posted by Sven Gothel on Sep 18, 2014; 2:51pm URL: https://forum.jogamp.org/RawGL2ES2demo-fails-on-the-Mac-tp4033162p4033165.html
On 09/18/2014 08:27 AM, jmaasing [via jogamp] wrote:
> I wonder what shader it tries to compile. The shader in question is probably
> missing a #version declaration, so JOGL helpfully tries to add it based on
> what it thinks is correct, which ofc it isn't.
JOGL's path to determine the GLSL version,
gl.getContext().getGLSLVersionString(), is correct.