bracket-lib icon indicating copy to clipboard operation
bracket-lib copied to clipboard

Upgrade WGPU to 0.15.0 and set nearest filtering for the framebuffer

Open svercl opened this issue 3 years ago • 1 comments

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.

svercl avatar Oct 16 '22 03:10 svercl

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

carlfindahl avatar Jan 27 '23 17:01 carlfindahl