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

Support OES_texture_float_linear in webgl #3261

Merged
merged 2 commits into from
Dec 5, 2022

Conversation

expenses
Copy link
Contributor

@expenses expenses commented Dec 5, 2022

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Connections
closes #3215

Description
OES_texture_float_linear is implemented in both firefox and chromium and allows filtering f32 textures that aren't filterable otherwise.

Testing
Used in my own code.

@cwfitzgerald
Copy link
Member

Woah, github just completely fell over

@cwfitzgerald cwfitzgerald merged commit 6147c91 into gfx-rs:master Dec 5, 2022
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.

Enable filtering float textures in the gles backend based on OES_texture_float_linear support
2 participants