Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade WGPU to 0.15.0 and set nearest filtering for the framebuffer #313

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

svercl
Copy link

@svercl svercl commented Oct 16, 2022

I did two things here, first I upgraded WGPU to the newest version which only required adding in the alpha_mode to the SurfaceConfiguration, this should be okay, at least it is on my hardware.

Secondly, the framebuffer sampler now uses nearest filtering to keep the pixels crisp.

@carlfindahl
Copy link

I think this should be merged as it makes sense and would match the default renderer a lot more

Brad Svercl and others added 2 commits January 27, 2023 17:11
this didn't require any additional changes
@svercl svercl changed the title Upgrade WGPU to 0.14.0 and set nearest filtering for the framebuffer Upgrade WGPU to 0.15.0 and set nearest filtering for the framebuffer Jan 27, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants