mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Documentation work
This commit is contained in:
parent
c234a19423
commit
13e2ad2840
@ -197,6 +197,7 @@ function:
|
|||||||
- @ref glfwDestroyCursor
|
- @ref glfwDestroyCursor
|
||||||
- @ref glfwPollEvents
|
- @ref glfwPollEvents
|
||||||
- @ref glfwWaitEvents
|
- @ref glfwWaitEvents
|
||||||
|
- @ref glfwWaitEventsTimeout
|
||||||
- @ref glfwTerminate
|
- @ref glfwTerminate
|
||||||
|
|
||||||
These functions may be made reentrant in future minor or patch releases, but
|
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 glfwExtensionSupported
|
||||||
- @ref glfwGetProcAddress
|
- @ref glfwGetProcAddress
|
||||||
|
|
||||||
The timer may be accessed from any thread, but this is not synchronized by GLFW.
|
The raw timer may be queried from any thread. The following raw timer related
|
||||||
The following timer related functions may be called from any thread:
|
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
|
- @ref glfwGetTime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user