-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glCreateBuffers and OpenGL 4.4 #67
Comments
"Are there any reasons for not sticking with "Might it be worth differentiating the implementation based on the GL version?" Ps: please forgive my english. It is far from ideal, i'm still working on it |
Edit: In the Vertex Arrays episode, he said that we would not use this right now. So it should be switched to |
This was fixed in #137 |
Hi,
We should make it clear what OpenGL copatability the project should have. The moment we changed
glGenBuffers
toglCreateBuffers
things went south (for me) with the exception:Some quick research suggested that it's sue to me running OpenGL 4.4 on my laptop. This of course means that the solution does not run out-of-the-box in this case, and based on what I've read, it's due to
GL_ARB_direct_state_access
entering the core profile only as of 4.5. So:glGenBuffers
?The text was updated successfully, but these errors were encountered: