glfwGetTimerFrequency

Function glfwGetTimerFrequency 

Source
pub unsafe extern "C" fn glfwGetTimerFrequency() -> u64
Expand description

@brief Returns the frequency, in Hz, of the raw timer.

This function returns the frequency, in Hz, of the raw timer.

@return The frequency of the timer, in Hz, or zero if an [error](@ref error_handling) occurred.

@errors Possible errors include @ref GLFW_NOT_INITIALIZED.

@thread_safety This function may be called from any thread.

@sa @ref time @sa @ref glfwGetTimerValue

@since Added in version 3.2.

@ingroup input