Closed
Description
The first LWJGL method called by client code varies, based on how the library is going to be used. We need to make sure that the library is correctly initialized under all circumstances.
Currently, there's a error if an external OpenGL context is used and the first method called is GLContext.createFromCurrent()
.