GLFW_VERSION_MINOR

The minor version number of the GLFW library.

This is incremented when features are added to the API but it remains backward-compatible. Ingroup: init

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

Meta