husker-dev / openglfx

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

No rendered content on Mac OS without `async` option for GLCanvas #77

Open SoKnight opened 5 months ago

SoKnight commented 5 months ago

Describe the bug JavaFX window has no rendered content on Mac OS with OpenGLFX. Setting up async option to true fixes this problem:

new GLCanvas(LWJGLExecutor.LWJGL_MODULE, GLProfile.Core, false, 0, true /* set 'true' here */);

Environment: