You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Cannot read field "enabledVertexArrays" because "org.lwjglx.debug.org.lwjgl.opengl.Context.currentContext().currentVao" is null
at org.lwjglx.debug.org.lwjgl.opengl.GL20.glDisableVertexAttribArray(GL20.java:47)
at org.lwjglx.debug.$Proxy$1.glDisableVertexAttribArray3(Unknown Source)
...suggesting that method reference to glGenVertexArrays didn't go through a proxy object
The text was updated successfully, but these errors were encountered:
Sample code, tested on OpenJDK 17:
will crash with
...suggesting that method reference to glGenVertexArrays didn't go through a proxy object
The text was updated successfully, but these errors were encountered: