I’m trying to follow a tutorial for LWJGL 3 and I’ve stumbled across a problem. The tutorial tells me to use the line:
GLContext.createFromCurrent()
However, I cannot find the GLContext class anywhere in the lwjgl library.
Here’s a link to the tutorial I am using: https://www.youtube.com/watch?v=yzDZIN1eSGQ
If anyone knows what could be going on, I would appreciate the help. Thanks.