glutin icon indicating copy to clipboard operation
glutin copied to clipboard

"Couldn't find any available vsync extension" even if I set vsync to false

Open ProgrammingLife opened this issue 3 years ago • 0 comments

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.

ProgrammingLife avatar Jan 06 '22 09:01 ProgrammingLife