mirror of
https://github.com/gwm17/glfw.git
synced 2024-12-03 23:48:51 -05:00
Added constraints subheading.
This commit is contained in:
parent
9492fc5cc1
commit
d406b48007
|
@ -1102,6 +1102,8 @@ GLFWAPI void glfwDefaultWindowHints(void);
|
||||||
* glfwWindowHint or @ref glfwDefaultWindowHints, or until the library is
|
* glfwWindowHint or @ref glfwDefaultWindowHints, or until the library is
|
||||||
* terminated with @ref glfwTerminate.
|
* terminated with @ref glfwTerminate.
|
||||||
*
|
*
|
||||||
|
* @par Hard and soft constraints
|
||||||
|
*
|
||||||
* Some window hints are hard constraints. These must match the available
|
* Some window hints are hard constraints. These must match the available
|
||||||
* capabilities @em exactly for window and context creation to succeed. Hints
|
* capabilities @em exactly for window and context creation to succeed. Hints
|
||||||
* that are not hard constraints are matched as closely as possible, but the
|
* that are not hard constraints are matched as closely as possible, but the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user