husker-dev / openglfx

OpenGL node for JavaFX
Apache License 2.0
88 stars 12 forks source link

New interop type for macOS #50

Closed husker-dev closed 1 year ago

husker-dev commented 1 year ago

While testing on macos, there was a problem with creating an opengl context.

Therefore, there is a need for a new efficient interop mechanism for macOS. We can use IOSurface mechanism to share texture data between not shared OpenGL contexts.