Hello Guest

vertex attrib pointer from vbo in lwjgl 2.6

  • 1 Replies
  • 4891 Views
*

Offline juf

  • *
  • 1
vertex attrib pointer from vbo in lwjgl 2.6
« 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.

Re: vertex attrib pointer from vbo in lwjgl 2.6
« Reply #1 on: December 22, 2010, 15:27:35 »
Get the latest LWJGL from hudson: https://www.newdawnsoftware.com/hudson/view/LWJGL/job/LWJGL/ - the method is back again :)