KhronosGroup / OpenGL-Registry

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

gl2ext.h: GL_BLEND_EQUATION_EXT defined in GL_EXT_blend_minmax spec but missing from header #539

Closed null77 closed 2 years ago

null77 commented 2 years ago

I think this is a small bug but it ends up leaving a small gap between gl.xml, which defines GL_BLEND_EQUATION_EXT for GLES, and there currently being not defined value for GL_BLEND_EQUATION_EXT in any gles header. The fix should be to add this enum to the extension spec and regenerate.

null77 commented 2 years ago

Nevermind there's some conditional logic here that I missed.