Fix documentation for timer thread safety

This commit is contained in:
Camilla Berglund 2016-06-02 16:13:47 +02:00
parent 5f17b61ff2
commit f6ec835599
1 changed files with 4 additions and 3 deletions

View File

@ -249,11 +249,12 @@ functions may be called from any thread:
- @ref glfwGetTimerFrequency - @ref glfwGetTimerFrequency
- @ref glfwGetTimerValue - @ref glfwGetTimerValue
The regular timer may be queried from any thread, but this is not synchronized The regular timer may be used from any thread, but the reading and writing of
by GLFW with calls to @ref glfwSetTime. The following timer related functions the timer offset is not synchronized by GLFW. The following timer related
may be called from any thread: functions may be called from any thread:
- @ref glfwGetTime - @ref glfwGetTime
- @ref glfwSetTime
Library version information may be queried from any thread. The following Library version information may be queried from any thread. The following
version related functions may be called from any thread: version related functions may be called from any thread: