Option to not throw RenderException when use OpenGL on macOS (#915)
To allow using OpenGL on macOs, call:
```
System.setProperty("skiko.macos.opengl.enabled", "true")
```
By request from user in DM who uses LWJGL+Skiko on macOS.
Showing
Please register or sign in to comment