-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Resync with WGPU 0.20. #601
base: trunk
Are you sure you want to change the base?
Conversation
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.
|
Can I trigger the CI cycle myself, or does someone else have to do that? |
…l<<>>, all except the unsafes fixed
Checklist
cargo fmt
has been rancargo clippy
reports no issuescargo test
succeedscargo rend3-doc
has no warningscargo deny check
issues 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.