Skip to content

Update to wgpu 28 - #111

Merged
hecrj merged 2 commits into
hecrj:masterfrom
LukasKalbertodt:wgpu-28
Mar 12, 2026
Merged

Update to wgpu 28#111
hecrj merged 2 commits into
hecrj:masterfrom
LukasKalbertodt:wgpu-28

Conversation

@LukasKalbertodt

Copy link
Copy Markdown
Contributor

Only boring changes required. There is only one notable thing: wgpu added a MipmapFilterMode so we couldn't use the filter_mode that can be configured via the public API. But this library never uses mip maps, so just hardcoding it to Nearest is valid.


I know this library is not actively developed anymore, but there are still some people using it and they would be happy to be able to update their wgpu :)

Only boring changes required. There is only one notable thing: wgpu
added a MipmapFilterMode so we couldn't use the `filter_mode` that can
be configured via the public API. But this library never uses mip maps,
so just hardcoding it to `Nearest` is valid.

@hecrj hecrj left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hecrj
hecrj merged commit b7f7a3c into hecrj:master Mar 12, 2026
3 checks passed
@LukasKalbertodt
LukasKalbertodt deleted the wgpu-28 branch March 12, 2026 20:02
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