EGL for OpenGL Linux support #3912
elisemorysc
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The Linux version of filament for OpenGL supports only GLX for context. NVIDIA drivers now supports using EGL on Linux which is useful especially when rendering in headless servers since it doesn't requires x support. An added bonus is that this allows filament to render into transparent surfaces which GLX doesn't support.
We have a working version for filament that supports this. Is this interesting for the project? I can submit a PR if yes.
Beta Was this translation helpful? Give feedback.
All reactions