GLFW_NO_WINDOW_CONTEXT

The specified window does not have an OpenGL or OpenGL ES context.

A window that does not have an OpenGL or OpenGL ES context was passed to a function that requires it to have one.

@analysis Application programmer error. Fix the offending call.

extern (C) @nogc nothrow __gshared
enum GLFW_NO_WINDOW_CONTEXT = 0x0001000A;

Meta