Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SoKnight opened this issue Jan 11, 2024 · 0 comments
Open

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

SoKnight opened this issue Jan 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@SoKnight
Copy link

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
@SoKnight SoKnight added the bug Something isn't working label Jan 11, 2024
@husker-dev husker-dev self-assigned this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants