Upgrade to wgpu 30#24841
Open
ChristopherBiscardi wants to merge 22 commits into
Open
Conversation
beicause
reviewed
Jul 2, 2026
| mip_level_count: 1, | ||
| sample_count: 1, | ||
| dimension: TextureDimension::D2, | ||
| format: TextureFormat::Rg16Float, |
Contributor
Author
There was a problem hiding this comment.
Need to double-check this format. I wasn't able to find it in the dlss manuals
Zeophlite
reviewed
Jul 2, 2026
Zeophlite
approved these changes
Jul 2, 2026
Zeophlite
left a comment
Contributor
There was a problem hiding this comment.
Approve all but Solaris changes
beicause
reviewed
Jul 2, 2026
Contributor
Author
|
CI is passing except for the building of the integration tests because of the patches. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Important
naga_oil and dlss_wgpu must be merged
Objective
Upgrade to wgpu 30
Solution
Relevant Changes
SurfaceTexture::present()has been replaced byQueue::present(surface_texture): Rework rework presentation gfx-rs/wgpu#9361Testing
Showcase
3d_scene on macos
ssao on macos
bevy_city on macos
Solari on Windows 11