GLFW_INVALID_ENUM

One of the arguments to the function was an invalid enum value.

One of the arguments to the function was an invalid enum value, for example requesting @ref GLFW_RED_BITS with @ref glfwGetWindowAttrib.

@analysis Application programmer error. Fix the offending call.

extern (C) @nogc nothrow __gshared
enum GLFW_INVALID_ENUM = 0x00010003;

Meta