Documentation work

This commit is contained in:
Camilla Berglund 2016-03-29 11:26:37 +02:00
parent c234a19423
commit 13e2ad2840

View File

@ -197,6 +197,7 @@ function:
- @ref glfwDestroyCursor
- @ref glfwPollEvents
- @ref glfwWaitEvents
- @ref glfwWaitEventsTimeout
- @ref glfwTerminate
These functions may be made reentrant in future minor or patch releases, but
@ -242,8 +243,15 @@ may be called from any thread:
- @ref glfwExtensionSupported
- @ref glfwGetProcAddress
The timer may be accessed from any thread, but this is not synchronized by GLFW.
The following timer related functions may be called from any thread:
The raw timer may be queried from any thread. The following raw timer related
functions may be called from any thread:
- @ref glfwGetTimerFrequency
- @ref glfwGetTimerValue
The regular timer may be queried from any thread, but this is not synchronized
by GLFW with calls to @ref glfwSetTime. The following timer related functions
may be called from any thread:
- @ref glfwGetTime