Replies: 1 comment
-
Maybe you can create the render context on the main thread and then move that context to another thread. That's the only option I think. Creating OpenGL contexts on threads is not supported by OpenGL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a
HeadlessContext
on a separate thread but it doesn't work as winit requires running on the main thread:Are there any workarounds? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions