Update egui-wgpu to use wgpu version 28.0.0 #7789
Draft
+119
−106
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.
This is a small patch to update the
wgpudependency from version 27.0.1 to 28.0.0. The changes are minor, requiring only a few updates to descriptor initializers for the updated multiview and immediates (formally push constants) fields.The changes are working without any obvious issues in my own project. However, I've not yet been able to run the check script due to the extra dependencies required not being available in my development environment. I will attempt this again later.
Please note that
wgpunow requires a minimum toolchain version of 1.92.0, so I have updated therust-toolchainfile accordingly. I'm not sure if the toolchain version change has larger implications for the project?This is my first pull request. I'm hoping it meets the criteria for a small change, and therefore doesn't need an issue first.