Java LWJGL OpenGL Exception Access Violation 0xc0000005

Advertisements I get an error when glDrawElements() is called and I can’t figure out why :/ I’m new to using OpenGL and I’m trying to learn how it works. Note: I am using this library for turning an OBJ file into arrays that OpenGL should be able to use: https://github.com/korre/java-obj-to-opengl/blob/master/MeshObjectLoader.java public class Mesh { private… Read More Java LWJGL OpenGL Exception Access Violation 0xc0000005