mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fix documentation for timer thread safety
This commit is contained in:
parent
5f17b61ff2
commit
f6ec835599
@ -249,11 +249,12 @@ 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:
|
||||
The regular timer may be used from any thread, but the reading and writing of
|
||||
the timer offset is not synchronized by GLFW. The following timer related
|
||||
functions may be called from any thread:
|
||||
|
||||
- @ref glfwGetTime
|
||||
- @ref glfwSetTime
|
||||
|
||||
Library version information may be queried from any thread. The following
|
||||
version related functions may be called from any thread:
|
||||
|
Loading…
Reference in New Issue
Block a user