mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Update to wgpu 0.14 (#2114)
This commit is contained in:
@@ -115,6 +115,7 @@ impl WebPainter for WebPainterWgpu {
|
||||
width: canvas_size[0],
|
||||
height: canvas_size[1],
|
||||
present_mode: wgpu::PresentMode::Fifo,
|
||||
alpha_mode: wgpu::CompositeAlphaMode::Auto,
|
||||
},
|
||||
);
|
||||
self.surface_size = canvas_size.clone();
|
||||
|
||||
Reference in New Issue
Block a user