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:
@@ -194,6 +194,7 @@ impl<'app> WgpuWinitApp<'app> {
|
||||
self.native_options.stencil_buffer,
|
||||
),
|
||||
dithering: self.native_options.dithering,
|
||||
..Default::default()
|
||||
},
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user