glutin
glutin copied to clipboard
Context sharing not implemented for many platforms
This is a tracking issue for the state of context display list sharing for each backend.
- [x] Linux | Wayland | EGL
- [x] Linux | X11 | EGL
- [x] Linux | X11 | GLX
- [x] Windows | WGL
- [x] Windows | EGL
- [x] macOS
- [ ] iOS
- [ ] Android
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.