review pass the last

This commit is contained in:
Will Temple
2026-05-16 16:18:08 -04:00
parent d9ac6bfeb8
commit 23d9f02e3a
3 changed files with 21 additions and 7 deletions

View File

@@ -369,6 +369,9 @@ impl WgpuSceneRenderer {
format,
width: width.max(1),
height: height.max(1),
// RUIN prioritizes immediate resize/input feedback over frame pacing
// here. Keep latency to one frame and let callers opt into a more
// power-conservative policy once presentation settings are exposed.
present_mode: wgpu::PresentMode::AutoNoVsync,
desired_maximum_frame_latency: 1,
alpha_mode: caps.alpha_modes[0],