I upgraded to 2.6.0. My minimal Gl2 example works, but the gl3 and gl4 do not.
Now they produce a black rectangle. display() is definitely being called. even glClear() does nothing.
> Please can you post a stacktrace of the crash?
of the JVM crash? It doesn't offer a stacktrace, it offers a memory dump log file thing.
I'm working in
https://github.com/MarginallyClever/Robot-Overlord-App/tree/devAnd the minimal tests are
src/test/java/com/marginallyclever/ro3/apps/viewport/MinimalOpenGL2.java
src/test/java/com/marginallyclever/ro3/apps/viewport/MinimalOpenGL3.java
src/test/java/com/marginallyclever/ro3/apps/viewport/MinimalOpenGL4.java