mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Update to wgpu 0.14 (#2114)
This commit is contained in:
@@ -129,6 +129,7 @@ impl<'a> Painter<'a> {
|
||||
width: width_in_pixels,
|
||||
height: height_in_pixels,
|
||||
present_mode: self.present_mode,
|
||||
alpha_mode: wgpu::CompositeAlphaMode::Auto,
|
||||
};
|
||||
|
||||
let surface_state = self
|
||||
|
||||
Reference in New Issue
Block a user