vertex attrib pointer from vbo in lwjgl 2.6

Started by juf, December 22, 2010, 15:12:16

Previous topic - Next topic

juf

Hi all,

it seems the method ARBVertexProgram.glVertexAttribPointerARB(int index, int size, int type, boolean normalized, int stride, long buffer_buffer_offset) has been removed in the latest release of LWJGL.

How are we supposed to specify the offset of vertex attribute data from a bound vbo now ?

Thanks for your help.