RCC: disable vsync due to NoAvailablePixelFormat error:

This commit is contained in:
Luke D. Jones
2022-10-04 11:37:23 +13:00
parent 3a640a3269
commit f6498337fe
4 changed files with 13 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
print_versions();
let native_options = eframe::NativeOptions {
vsync: false,
decorated: false,
transparent: false,
min_window_size: Some(egui::vec2(840.0, 600.0)),