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

Enable filtering float textures in the gles backend based on OES_texture_float_linear support #3215

Closed
expenses opened this issue Nov 17, 2022 · 0 comments · Fixed by #3261
Closed
Labels
api: gles Issues with GLES or WebGL

Comments

@expenses
Copy link
Contributor

https://registry.khronos.org/webgl/extensions/OES_texture_float_linear/ is supported in both Chromium and Firefox. We should add a capability check for it in texture_format_capabilities.

See also gpuweb/gpuweb#3601.

@teoxoy teoxoy added the api: gles Issues with GLES or WebGL label Dec 5, 2022
cwfitzgerald pushed a commit that referenced this issue Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: gles Issues with GLES or WebGL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants