Skip to content

Commit 7d8e7b4

Browse files
authored
Remove accidentally committed test code (gfx-rs#8489)
1 parent e2e4651 commit 7d8e7b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/features/src/framework.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ impl SurfaceWrapper {
196196
config.format = format;
197197
config.view_formats.push(format);
198198
};
199-
config.present_mode = wgpu::PresentMode::Immediate;
200199
config.desired_maximum_frame_latency = 3;
201200

202201
surface.configure(&context.device, &config);

0 commit comments

Comments
 (0)