gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 549 forks source link

OpenGL fails to natively render to a window #3495

Closed kvark closed 3 years ago

kvark commented 3 years ago

Short info header:

It appears that egl::NATIVE_RENDERABLE is 0 for all the exposed contexts. Internet appears to be full of people complaining about NVidia specifically, likely related. In the worst case we can expose an adapter that doesn't support any presentation.