We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50600ff commit 61e3b6dCopy full SHA for 61e3b6d
src/main.rs
@@ -22,6 +22,7 @@ fn main() -> eframe::Result {
22
.expect("Failed to load icon"),
23
),
24
renderer: eframe::Renderer::Wgpu,
25
+ // TODO: Check this
26
wgpu_options: egui_wgpu::WgpuConfiguration {
27
present_mode: wgpu::PresentMode::AutoVsync,
28
desired_maximum_frame_latency: None, // Use default
0 commit comments