-
-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context sharing not implemented for many platforms #899
Comments
I ran into unimplemented! on X11 GLX and wanted to see if I could potentially implement support. However, my test application already properly rendered to all three windows after simply removing the unimplemented macro (and creating the context with_shared_lists). Is it possible X11 GLX has either already been implemented or doesn't need any special support? |
Linux support + windows w/ egl has been added in #1101. |
Fixed in #1435. |
This is a tracking issue for the state of context display list sharing for each backend.
The text was updated successfully, but these errors were encountered: