Skip to content

External gles framebuffer #7671

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

Merged
merged 5 commits into from
May 30, 2025

Conversation

Doublonmousse
Copy link
Contributor

Connections

Fixes #7581

Description
Allow the gles backend to bind to an framebuffer.

Testing

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.

@Doublonmousse Doublonmousse requested a review from a team as a code owner May 5, 2025 19:20
@cwfitzgerald cwfitzgerald self-assigned this May 21, 2025
Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

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

Looking good, some small comments

Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

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

Thanks!

@cwfitzgerald cwfitzgerald enabled auto-merge (squash) May 30, 2025 19:13
@cwfitzgerald cwfitzgerald merged commit 1da7cd4 into gfx-rs:trunk May 30, 2025
38 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.

[gles] Allow creating a texture from an external glow::NativeFramebuffer and writing to it
2 participants