mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Only require something GLES 3 compatible from wgpu (#1956)
This commit is contained in:
@@ -507,7 +507,7 @@ mod wgpu_integration {
|
||||
wgpu::DeviceDescriptor {
|
||||
label: None,
|
||||
features: wgpu::Features::default(),
|
||||
limits: wgpu::Limits::default(),
|
||||
limits: wgpu::Limits::downlevel_webgl2_defaults(),
|
||||
},
|
||||
wgpu::PresentMode::Fifo,
|
||||
native_options.multisampling.max(1) as _,
|
||||
|
||||
Reference in New Issue
Block a user