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

Note that webgl2 supports TEXTURE_MAX_ANISOTROPY_EXT in sampler entrypoints. #3724

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

kdashg
Copy link
Contributor

@kdashg kdashg commented Mar 20, 2025

Fixes #3718.

@@ -48,5 +52,8 @@ interface EXT_texture_filter_anisotropic {
<revision date="2014/07/15">
<change>Added NoInterfaceObject extended attribute.</change>
</revision>
<revision date="2025/03/20">
<change>Note that WebGL 2 supports this extension's pnames in sampler entrypoints.</change>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Should be "pname" singular because only one of the two extension enums is accepted in sampler entrypoints.

Copy link
Member

@kenrussell kenrussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good with the small change Alexey suggests.

@kdashg kdashg merged commit ee40ae7 into KhronosGroup:main Mar 25, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

TEXTURE_MAX_ANISOTROPY works for e.g. samplerParameteri, but no spec text mentions this
3 participants