Login  Register

Re: GL_ARB_vertex_buffer_object not available on Mac?

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

Pushed more fixes to https://github.com/WadeWalker/jogl/tree/java-11-fixes. Removed references to tools.jar, since this no longer exists in Java 9+ (see https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-A78CC891-701D-4549-AA4E-B8DD90228B4B). Also removed an import of jogamp.opengl.glu.gl2.* that caused compilation of GLgl2.java and GLUgl2ProcAdressTable.java to fail in new Java compilers, removed refs to non-existent method GLCanvas.getPeer() in debug code, and annotated some deprecated methods with @Deprecated to get rid of some compiler warnings.

Next up are more javah-related failures that are exposed as the build goes further and further :)