Login  Register

Re: GL_ARB_vertex_buffer_object not available on Mac?

Posted by Wade Walker on Dec 31, 2018; 4:25pm
URL: https://forum.jogamp.org/GL-ARB-vertex-buffer-object-not-available-on-Mac-tp4039309p4039355.html

Tested gluegen and JOGL on Mac OS X 10.13 with Java 11 this morning, and they look good. I was half-afraid that Apple would have done some weirdness with clang or something that would mess up our compilation, but it worked fine with the default clang that's installed by
xcode-select --install

Tomorrow I'll work some more on the "Illegal reflective access" errors to see if I can find some legit solutions there. I still have some questions there, like does
AccessController.doPrivileged(new PrivilegedAction<Object>() {} )
 ever make sense now that we won't ever be running in an applet environment.