Skip to content
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

GL_ARB_uniform_buffer_object is supported since 3.1 rather than 3.0 #365

Open
llyzs opened this issue Aug 18, 2022 · 2 comments
Open

GL_ARB_uniform_buffer_object is supported since 3.1 rather than 3.0 #365

llyzs opened this issue Aug 18, 2022 · 2 comments
Assignees
Labels
Milestone

Comments

@llyzs
Copy link

llyzs commented Aug 18, 2022

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.

@nigels-com
Copy link
Owner

I see. On first glance, I agree.

@nigels-com
Copy link
Owner

Confirming that from the OpenGL 3.1 spec:
https://registry.khronos.org/OpenGL/specs/gl/glspec31.pdf

Screenshot from 2022-08-18 20-16-51

@nigels-com nigels-com self-assigned this Aug 18, 2022
@nigels-com nigels-com added the bug label Aug 18, 2022
@nigels-com nigels-com added this to the GLEW 2.2.1 milestone Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants