This occurs if a GLFW function was called that needs and operates on the
current OpenGL or OpenGL ES context but no context is current on the calling
thread. One such function is @ref glfwSwapInterval.
@analysis Application programmer error. Ensure a context is current before
calling functions that require a current context.
No context is current for this thread.
This occurs if a GLFW function was called that needs and operates on the current OpenGL or OpenGL ES context but no context is current on the calling thread. One such function is @ref glfwSwapInterval.
@analysis Application programmer error. Ensure a context is current before calling functions that require a current context.