Implement window resize throttling

This commit is contained in:
Ivan Molodetskikh
2024-08-22 14:36:47 +03:00
parent 618fa08aa5
commit cf357d7058
6 changed files with 119 additions and 5 deletions
+2
View File
@@ -1368,6 +1368,8 @@ pub struct DebugConfig {
pub render_drm_device: Option<PathBuf>,
#[knuffel(child)]
pub emulate_zero_presentation_time: bool,
#[knuffel(child)]
pub disable_resize_throttling: bool,
}
#[derive(knuffel::DecodeScalar, Debug, Clone, Copy, PartialEq, Eq)]