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

GL_LINEAR_MIPMAP_LINEAR grouped with TextureWrapMode #347

Open
leokolln opened this issue Jul 22, 2023 · 0 comments
Open

GL_LINEAR_MIPMAP_LINEAR grouped with TextureWrapMode #347

leokolln opened this issue Jul 22, 2023 · 0 comments

Comments

@leokolln
Copy link

leokolln commented Jul 22, 2023

While creating my own light shim over OpenGL I noticed that the enumeration for GL_LINEAR_MIPMAP_LINEAR in gl\enum.h is grouped with the texture wrapping modes denoted by the TextureWrapMode.

Is there a reason for this (in the interest of learning some OpenGL quirk) or it is just an oversight error?

Also related: GL_MIRROR_CLAMP_TO_EDGE is ungrouped...

Thanks for the excellent work on the library!

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

No branches or pull requests

1 participant