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

Update wgpu 0.20 -> 22 #21

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Update wgpu 0.20 -> 22 #21

merged 1 commit into from
Sep 7, 2024

Conversation

maaku
Copy link
Contributor

@maaku maaku commented Sep 6, 2024

Once again, the steady march of progress...

wgpu released v22 about a month ago (dropping the "0." prefix and skipping 0.21). I'm updating all my applications to the new version, and vger-rs is a dependency.

Almost no changes were required to vger-rs. v22 of wgpu adds an optional shader cache object to wgpu::RenderPipelineDescriptor that we may want to use / expose at some point, but that's it.

However while upgrading wgpu doesn't affect our API, it is a breaking change for any downstream application which also makes use of wgpu, which is presumably most. So as before, we should bump vger-rs's release number to 0.4.

@wtholliday wtholliday merged commit 800d36c into audulus:main Sep 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants