1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Use software texture filtering in kittest (#7602)

This commit is contained in:
Emil Ernerfeldt
2025-10-08 16:24:02 +02:00
committed by GitHub
parent 718a82b013
commit 47a437403f
26 changed files with 103 additions and 60 deletions

View File

@@ -194,6 +194,7 @@ impl<'app> WgpuWinitApp<'app> {
self.native_options.stencil_buffer,
),
dithering: self.native_options.dithering,
..Default::default()
},
));