|
|
@ -3573,8 +3573,9 @@ GLFWAPI void glfwSetTime(double time); |
|
|
|
|
|
|
|
|
|
|
|
/*! @brief Returns the current value of the raw timer.
|
|
|
|
/*! @brief Returns the current value of the raw timer.
|
|
|
|
* |
|
|
|
* |
|
|
|
* This function returns the current value of the raw timer. To get its |
|
|
|
* This function returns the current value of the raw timer, measured in |
|
|
|
* frequency, call @ref glfwGetTimerFrequency. |
|
|
|
* 1 / frequency seconds. To get the frequency, call @ref |
|
|
|
|
|
|
|
* glfwGetTimerFrequency. |
|
|
|
* |
|
|
|
* |
|
|
|
* @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. |
|
|
|