We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According the following OpenGL wiki page:
https://www.khronos.org/opengl/wiki/History_of_OpenGL https://www.khronos.org/opengl/wiki/Uniform_Buffer_Object
The Uniform Buffer Object extension is in core since version 3.1. GLEW checks this in version 3.0 instead.
The text was updated successfully, but these errors were encountered:
I see. On first glance, I agree.
Sorry, something went wrong.
Confirming that from the OpenGL 3.1 spec: https://registry.khronos.org/OpenGL/specs/gl/glspec31.pdf
nigels-com
No branches or pull requests
According the following OpenGL wiki page:
https://www.khronos.org/opengl/wiki/History_of_OpenGL
https://www.khronos.org/opengl/wiki/Uniform_Buffer_Object
The Uniform Buffer Object extension is in core since version 3.1. GLEW checks this in version 3.0 instead.
The text was updated successfully, but these errors were encountered: