glfwGetVersionString¶
Returns a string describing the compile-time configuration.
This function returns the compile-time generated
version string
of the GLFW library binary. It
describes the version, platform, compiler and any platform-specific
compile-time options. It should not be confused with the OpenGL or OpenGL
ES version string, queried with glGetString
.
Do not use the version string to parse the GLFW library version. The
glfwGetVersion
function provides the
version of the running library
binary in numerical format.
- returns
-
string
The ASCII encoded GLFW version string.