mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -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 {
|
wgpu::DeviceDescriptor {
|
||||||
label: None,
|
label: None,
|
||||||
features: wgpu::Features::default(),
|
features: wgpu::Features::default(),
|
||||||
limits: wgpu::Limits::default(),
|
limits: wgpu::Limits::downlevel_webgl2_defaults(),
|
||||||
},
|
},
|
||||||
wgpu::PresentMode::Fifo,
|
wgpu::PresentMode::Fifo,
|
||||||
native_options.multisampling.max(1) as _,
|
native_options.multisampling.max(1) as _,
|
||||||
|
|||||||
Reference in New Issue
Block a user