GLFW_VERSION_MAJOR

The major version number of the GLFW library.

This is incremented when the API is changed in non-compatible ways. Ingroup: init

extern (C) @nogc nothrow __gshared
enum GLFW_VERSION_MAJOR = 3;

Meta