nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 608 forks source link

GL_ARB_uniform_buffer_object is supported since 3.1 rather than 3.0 #365

Open llyzs opened 1 year ago

llyzs commented 1 year ago

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 commented 1 year ago

I see. On first glance, I agree.

nigels-com commented 1 year ago

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