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 expecting always Rgba8Unorm backbuffer on Web & Bgra8Unorm on native #1413

Merged
merged 2 commits into from
Feb 27, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Feb 27, 2023

Fixes #1353 which was not egui-wgpu bug after all but a straight forward issue in our code.

Tested re_renderer example and viewer on web & native, worked for me as before.
Not yet confirmed on a setup that crashed before, but I'm very confident this is fixed

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I've added a line to CHANGELOG.md (if this is a big enough change to warrant it)

@Wumpf Wumpf added 🪳 bug Something isn't working 🔺 re_renderer affects re_renderer itself labels Feb 27, 2023
crates/re_renderer/examples/framework.rs Outdated Show resolved Hide resolved
@Wumpf Wumpf merged commit 34123fb into main Feb 27, 2023
@Wumpf Wumpf deleted the andreas/fix-crash-on-rgba8-format branch February 27, 2023 13:21
@Wumpf Wumpf added the 💣 crash crash, deadlock/freeze, do-no-start label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 💣 crash crash, deadlock/freeze, do-no-start 🔺 re_renderer affects re_renderer itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wgpu crash for Rgba8Unorm backbuffers
2 participants