Search code examples
javaopenglsyntaxlwjgl

GLContext cannot be resolved


Im working with lwjgl version 3.1.0 and GLContext doesnt seem to exist.

import org.lwjgl.opengl.GLContext;

im getting an error with this line.

any ideas?


Solution

  • This error message is correct. org.lwjgl.opengl.GLContext does not exist in LWJGL 3.