Remove accidentally committed test code (#8489)

This commit is contained in:
Connor Fitzgerald 2025-11-06 10:43:25 -05:00 committed by GitHub
parent e2e4651ecb
commit 7d8e7b447a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);