LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: juf on December 22, 2010, 15:12:16

Title: vertex attrib pointer from vbo in lwjgl 2.6
Post by: juf on December 22, 2010, 15:12:16
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.
Title: Re: vertex attrib pointer from vbo in lwjgl 2.6
Post by: Matthias on December 22, 2010, 15:27:35
Get the latest LWJGL from hudson: https://www.newdawnsoftware.com/hudson/view/LWJGL/job/LWJGL/ (https://www.newdawnsoftware.com/hudson/view/LWJGL/job/LWJGL/) - the method is back again :)