1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Clarify wording

Related to #766.
This commit is contained in:
Camilla Berglund 2016-05-31 15:37:10 +02:00
parent 28d4c9e9f4
commit 1615edf5fb

View File

@ -276,7 +276,7 @@ behavior of these hints depend on the requested client API.
__OpenGL:__ `GLFW_CONTEXT_VERSION_MAJOR` and `GLFW_CONTEXT_VERSION_MINOR` are not hard __OpenGL:__ `GLFW_CONTEXT_VERSION_MAJOR` and `GLFW_CONTEXT_VERSION_MINOR` are not hard
constraints, but creation will fail if the OpenGL version of the created context constraints, but creation will fail if the OpenGL version of the created context
is less than the one requested. It is therefore perfectly safe to use the is less than the one requested. It is therefore perfectly safe to use the
default of version 1.0 for legacy code and you may still get default of version 1.0 for legacy code and you will still get
backwards-compatible contexts of version 3.0 and above when available. backwards-compatible contexts of version 3.0 and above when available.
@par @par