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

fix(uno): Ensure that the canvas' context is active when rendering #2559

Merged
merged 1 commit into from Aug 17, 2023

Conversation

jeromelaban
Copy link
Contributor

@jeromelaban jeromelaban commented Aug 17, 2023

Description of Change

Ensures the that the GL context is current when rendering for a given SKSwapChainPanel, allowing for multiple instances to be rendered correctly in an app.

Bugs Fixed

API Changes

None.

Behavioral Changes

None.

Required skia PR

None.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Merged related skia PRs
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow mattleibow added the backport/release/2.x Backport this PR to release/2.x label Aug 17, 2023
@mattleibow mattleibow merged commit d5bcfdf into mono:main Aug 17, 2023
2 of 3 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 17, 2023
@mattleibow mattleibow added the backport/release/2.88.4-preview Backport this PR to release/2.88.4-preview label Aug 17, 2023
github-actions bot pushed a commit that referenced this pull request Aug 17, 2023
mattleibow pushed a commit that referenced this pull request Aug 18, 2023
…2559) (#2560)

(cherry picked from commit d5bcfdf)

Co-authored-by: Jérôme Laban <jerome.laban@nventive.com>
mattleibow pushed a commit that referenced this pull request Aug 18, 2023
…2559) (#2561)

(cherry picked from commit d5bcfdf)

Co-authored-by: Jérôme Laban <jerome.laban@nventive.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/release/2.x Backport this PR to release/2.x backport/release/2.88.4-preview Backport this PR to release/2.88.4-preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SKSwapChainPanel - Only the last created instance renders in Uno WASM
2 participants