Jump to content


Photo

intro to modern opengl (glsl)


  • Please log in to reply
No replies to this topic

#1 tinku99

tinku99
  • Members
  • 560 posts

Posted 08 February 2012 - 08:36 PM

I started translating this opengl tutorial using Bentschi's opengl wrapper from the german forum.
For some reason, I can't get the vertex buffer object to work.
But I have it working through a vertex array using either gldrawarrays or gldrawelements.
Here it is: source