glfwSetTime¶
Sets the GLFW time.
This function sets the current GLFW time, in seconds. The value must be a positive finite number less than or equal to 18446744073.0, which is approximately 584.5 years.
This function and glfwGetTime
are helper
functions on top of @ref
glfwGetTimerFrequency and
glfwGetTimerValue
.
- arguments
-
float
$time
The new value, in seconds.
- returns
-
void