glfw3.win32_time

Translated from C to D

Public Imports

glfw3.internal
public import glfw3.internal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Static functions

_glfwInitTimerWin32
void _glfwInitTimerWin32()

/////////////////////////////////////////////////////////////////////// /// GLFW internal API ////// ///////////////////////////////////////////////////////////////////////

_glfwPlatformGetTimerFrequency
ulong _glfwPlatformGetTimerFrequency()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetTimerValue
ulong _glfwPlatformGetTimerValue()

/////////////////////////////////////////////////////////////////////// /// GLFW platform API ////// ///////////////////////////////////////////////////////////////////////

Meta