Skip to content

Conversation

@opstic
Copy link
Contributor

@opstic opstic commented Nov 17, 2025

Connections
Depends on grovesNL/glow#352.

Description
Enables using the GL_EXT_multisampled_render_to_texture extension when available. It enables direct multisampled rendering into a single sampled texture without needing an extra resolve operation. Saving bandwidth for mobile devices.

Testing
Tested with a mobile app and looking at graphics traces/output to make sure the resolve operation is skipped and multisampling is still applied correctly.

Squash or Rebase?
Squash

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy --tests. If applicable, add:
    • --target wasm32-unknown-unknown
  • Run cargo xtask test to run tests.
  • If this contains user-facing changes, add a CHANGELOG.md entry.

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.

1 participant