Skip to content

Update to wgpu 28#111

Open
LukasKalbertodt wants to merge 2 commits intohecrj:masterfrom
LukasKalbertodt:wgpu-28
Open

Update to wgpu 28#111
LukasKalbertodt wants to merge 2 commits intohecrj:masterfrom
LukasKalbertodt:wgpu-28

Conversation

@LukasKalbertodt
Copy link
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.
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.

1 participant

Comments