glfwGetTime, glfwSetTime, glfwGetTimerValue, glfwGetTimerFrequency, at the least, there might be others.
when looking through the code the only thing i found related to timers was the event loop timeout.
glfwGetTime, glfwSetTime, glfwGetTimerValue, glfwGetTimerFrequency, at the least, there might be others.
when looking through the code the only thing i found related to timers was the event loop timeout.
just use time() instead.