Login  Register

Re: need help understanding glVertexAttribPointer and GL_INVALID_OPERATION

Posted by jmaasing on Jan 11, 2013; 6:15am
URL: https://forum.jogamp.org/need-help-understanding-glVertexAttribPointer-and-GL-INVALID-OPERATION-tp4027730p4027794.html

Xerxes Rånby wrote
I stumbled across a great OpenGL 3 online book with focus on OpenGL 3.3 and the programmable pipeline!
Jason L. McKesson: Learning Modern 3D Graphics Programming
http://arcsynthesis.org/gltut/

The MIT licensed source for this book is found on Bitbucket, a neat collection of example projects to port :)
https://bitbucket.org/alfonse/gltut/wiki/Home
I've read most of the first 3 chapters now. It is a really good book. I wouldn't call it absolute beginners book even if it explains some basic concepts. But if you have some experience, for example like me with the fixed pipeline or GL2, it is perfect.