You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2022. It is now read-only.
I got an error when I called: glGenVertexArrays(1, &VaoId)
I found that I had to add the following just before my glewInit(): glewExperimental = GL_TRUE;
I was thinking that a note in the chapter would be useful as it would save a little time for people goggling
Also I think this book is freaking awesome and a great intro into opengl. Really appreciate the effot you have put into it