Re: nehe port - GL.GL_ARRAY_BUFFER_ARB is undefined
Posted by
gouessej on
Aug 30, 2012; 7:52am
URL: https://forum.jogamp.org/nehe-port-GL-GL-ARRAY-BUFFER-ARB-is-undefined-tp4025951p4025956.html
Please look at the documentation. I often port programs, APIs and engines to JOGL 2.0, it is quite straightforward except when some threading problems occur. Almost all suffixes like _ARB, _EXT, ... have disappeared and if you have a doubt, just check in our online Java documentation or in our source code.