You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the Direct rendering type, there is a way called Shared contexts.
This allows us to create another OpenGL context that can share resources (textures) with JavaFX. This will completely decouple rendering from JavaFX context.
As far as I know, there is a possibility in JOGL to implement this function. But LWJGL can't due to GLFW limitations.
Perhaps it is possible to write native libraries with context creation for each platform
The text was updated successfully, but these errors were encountered:
Instead of the
Direct
rendering type, there is a way calledShared contexts
.This allows us to create another OpenGL context that can share resources (textures) with JavaFX. This will completely decouple rendering from JavaFX context.
As far as I know, there is a possibility in JOGL to implement this function. But LWJGL can't due to GLFW limitations.
Perhaps it is possible to write native libraries with context creation for each platform
The text was updated successfully, but these errors were encountered: