This repository was archived by the owner on Jun 7, 2025. It is now read-only.
Resync with WGPU 0.20.#601
Open
John-Nagle wants to merge 89 commits into
Open
Conversation
Contributor
Author
|
Fixing minor problems. The default scene render test does not match the exemplar image when I run "cargo test" locally, with the reference images loaded. This appeared after I converted everything to use the current "image" crate. The "Bistro" scene does pass. That diff is not totally black. Bring it into an image editor and expand the black out to a wider range of intensities. |
Contributor
Author
Contributor
Author
|
Can I trigger the CI cycle myself, or does someone else have to do that? |
…l<<>>, all except the unsafes fixed
Member
No that would require us to do it - however you can enable actions on your fork which will act normally when you push commits to branches. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Checklist
cargo fmthas been rancargo clippyreports no issuescargo testsucceedscargo rend3-dochas no warningscargo deny checkissues have been fixed or added to deny.tomlAdded new functionality @githubname.Related Issues
Description
Bring Rend3 up to date with current wgpu (0.20), egui, and winit.
Fix outstanding warning messages.
Advance version to 0.20.0 to match wgpu. Intent is to follow wgpu version from now on when possible. After testing, this version should be pushed to "crates.io" as version 0.20.0.