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

Lacking GL_BLEND_COLOR #115

Closed
felselva opened this issue Sep 10, 2017 · 1 comment
Closed

Lacking GL_BLEND_COLOR #115

felselva opened this issue Sep 10, 2017 · 1 comment

Comments

@felselva
Copy link

felselva commented Sep 10, 2017

The macro GL_BLEND_COLOR is said here to be available on OpenGL 2.0 to OpenGL 4.5.

On my system gl.h it's available, but it's not generated on glad.h.

The file was generated with this command:
--profile="core" --api="gl=3.3" --generator="c" --spec="gl" --extensions=""

@Dav1dde
Copy link
Owner

Dav1dde commented Sep 23, 2017

This appears to be a XML Bug. In the current gl.xml GL_BLEND_COLOR is not <require>'d by GL 2.0. It is for gles though.

Please try opening an issue at https://github.com/KhronosGroup/OpenGL-Registry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants