Login  Register

Re: RawGL2ES2demo fails on the Mac

Posted by jmaasing on Sep 18, 2014; 6:27am
URL: https://forum.jogamp.org/RawGL2ES2demo-fails-on-the-Mac-tp4033162p4033163.html

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.