LWJGL 3 Not rendering anything, while successfully creating display
问题 The problem I am having trouble rendering absolutely anything with LWJGL 3. It will not render anything, whilst creating the GLFW display and clearing the color successfully. The tools Eclipse Neon (Java IDE) LWJGL 3.1.1 build 16 with GLFW, JAWT and OPENGL bindings, natives. The code package init; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import java.nio.IntBuffer; import org.lwjgl.glfw.GLFWErrorCallback; import org.lwjgl.glfw.GLFWVidMode; import org.lwjgl.opengl.GL