You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run simple example with vsync set to false I get:
libEGL warning: DRI2: failed to authenticate
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CreationErrors([NoAvailablePixelFormat, OsError("Couldn't find any available vsync extension")])', src/main.rs:8:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Is this possible to run app without checking for vsync extension? My system doesn't have one and I'm going to work with my app in headless mode.
The text was updated successfully, but these errors were encountered:
When I run simple example with vsync set to false I get:
Is this possible to run app without checking for vsync extension? My system doesn't have one and I'm going to work with my app in headless mode.
The text was updated successfully, but these errors were encountered: