husker-dev / openglfx

OpenGL implementation for JavaFX
Apache License 2.0
80 stars 10 forks source link

New interop type for macOS #50

Closed husker-dev closed 7 months ago

husker-dev commented 7 months 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.