Open SoKnight opened 10 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:
async
true
new GLCanvas(LWJGLExecutor.LWJGL_MODULE, GLProfile.Core, false, 0, true /* set 'true' here */);
Environment:
Describe the bug JavaFX window has no rendered content on Mac OS with OpenGLFX. Setting up
async
option totrue
fixes this problem:Environment: