husker-dev / openglfx

OpenGL implementation for JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SoKnight opened this issue · comments

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:

  • OS: Mac OS Sonoma 14.1.1 (Apple M1)
  • openglfx version: 4.0.5