You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These bindings seem to be missing the two constants gl::LUMINANCE and gl::LUMINANCE_ALPHA.
I'm finding no reference to them on the docs.rs page and they don't seem to be working in my project.
From what I can tell, these constants have been in OpenGL since at least OpenGL 1.1, so I doubt it's a version problem.
Have a nice day !
The text was updated successfully, but these errors were encountered:
I ran into this because LUMINANCE and LUMINANCE_ALPHA are still the only non-deprecated one and two channel formats for OpenGL ES. They should be generated even without compatibility mode because for ES compatibility.
Hi,
These bindings seem to be missing the two constants
gl::LUMINANCE
andgl::LUMINANCE_ALPHA
.I'm finding no reference to them on the docs.rs page and they don't seem to be working in my project.
From what I can tell, these constants have been in OpenGL since at least OpenGL 1.1, so I doubt it's a version problem.
Have a nice day !
The text was updated successfully, but these errors were encountered: