http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_buffer_object.txt
BindBufferARB changes the behavior of the various Vertex Array pointer methods to take an offset inside the current buffer instead of a memory pointer to a buffer as the last argument.
Unfortunately, jogl defines glVertexPointer as glVertexPointer(int, int, int, Buffer), so it’s kinda hard for me to send an int there.
Is this a “bug” (or lacking feature, rather) in jogl, or am I doing something wrong?