Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse headless context instead of OsMesa #23132
Closed
Labels
Comments
|
As far as I can tell, on Linux the code behind this (Glutin also has |
|
OSMesa-src and Glutin is are longer used since #25853. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Glutin's context builder supports a build_headless API. We should see if we can use that, since it will get us headless support on all platforms rather than the current OsMesa solution.