mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fix error lists for raw timer functions
This commit is contained in:
parent
9f890bb6fa
commit
46fce40fd5
@ -3628,8 +3628,7 @@ GLFWAPI void glfwSetTime(double time);
|
|||||||
* @return The value of the timer, or zero if an
|
* @return The value of the timer, or zero if an
|
||||||
* [error](@ref error_handling) occurred.
|
* [error](@ref error_handling) occurred.
|
||||||
*
|
*
|
||||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
|
||||||
* GLFW_INVALID_VALUE.
|
|
||||||
*
|
*
|
||||||
* @thread_safety This function may be called from any thread.
|
* @thread_safety This function may be called from any thread.
|
||||||
*
|
*
|
||||||
@ -3647,8 +3646,7 @@ GLFWAPI GLFWuint64 glfwGetTimerValue(void);
|
|||||||
* @return The frequency of the timer, in Hz, or zero if an
|
* @return The frequency of the timer, in Hz, or zero if an
|
||||||
* [error](@ref error_handling) occurred.
|
* [error](@ref error_handling) occurred.
|
||||||
*
|
*
|
||||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED.
|
||||||
* GLFW_INVALID_VALUE.
|
|
||||||
*
|
*
|
||||||
* @thread_safety This function may be called from any thread.
|
* @thread_safety This function may be called from any thread.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user