diff --git a/examples/features/src/framework.rs b/examples/features/src/framework.rs index 854afddee..16905b5b8 100644 --- a/examples/features/src/framework.rs +++ b/examples/features/src/framework.rs @@ -196,7 +196,6 @@ impl SurfaceWrapper { config.format = format; config.view_formats.push(format); }; - config.present_mode = wgpu::PresentMode::Immediate; config.desired_maximum_frame_latency = 3; surface.configure(&context.device, &config);