KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
679 stars 274 forks source link

basic opengl fuctions have been removed from GLext.h . #437

Closed Aetherbase closed 3 years ago

Aetherbase commented 3 years ago

Hello, i just noticed that basic functions glDrawArrays and glDrawElments have been removed from glext.h in the latest commit. how are the developers expected to go ahead with this?

oddhack commented 3 years ago

Are you referring to https://github.com/KhronosGroup/OpenGL-Registry/blob/master/api/GL/glext.h ? If so, which version of it are you using that includes these commands? They're core GL 1.1 APIs and as such are expected to be found in the platform-provided gl.h, not glext.h.

Aetherbase commented 3 years ago

I noticed this later. Thanks for the clarification. Closing.