mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Add statement to docs for glfwTerminate
It is safe to call glfwTerminate both before initialization and after
termination.
Closes #1698.
(cherry picked from commit 7486e12f88
)
This commit is contained in:
parent
78ad4e8f36
commit
fb0c8d4662
@ -1795,6 +1795,8 @@ GLFWAPI int glfwInit(void);
|
||||
* call this function, as it is called by @ref glfwInit before it returns
|
||||
* failure.
|
||||
*
|
||||
* This function has no effect if GLFW is not initialized.
|
||||
*
|
||||
* @errors Possible errors include @ref GLFW_PLATFORM_ERROR.
|
||||
*
|
||||
* @remark This function may be called before @ref glfwInit.
|
||||
|
Loading…
Reference in New Issue
Block a user