glfwGetTimerFrequency

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

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

extern (C) @nogc nothrow __gshared
ulong
glfwGetTimerFrequency
()

Return Value

Type: ulong

The frequency of the timer, in Hz, or zero if an error 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

Meta

Since

Added in version 3.2.

Ingroup: input