mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Remove accidentally committed test code (#8489)
This commit is contained in:
parent
e2e4651ecb
commit
7d8e7b447a
@ -196,7 +196,6 @@ impl SurfaceWrapper {
|
|||||||
config.format = format;
|
config.format = format;
|
||||||
config.view_formats.push(format);
|
config.view_formats.push(format);
|
||||||
};
|
};
|
||||||
config.present_mode = wgpu::PresentMode::Immediate;
|
|
||||||
config.desired_maximum_frame_latency = 3;
|
config.desired_maximum_frame_latency = 3;
|
||||||
|
|
||||||
surface.configure(&context.device, &config);
|
surface.configure(&context.device, &config);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user