glfw-d v1.0.1 (2020-08-20T22:17:10Z)
Dub
Repo
_GLFWtimerPOSIX
glfw3
posix_time
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow __gshared
struct
_GLFWtimerPOSIX {
GLFWbool
monotonic
;
ulong
frequency
;
}
Members
Variables
frequency
ulong
frequency
;
Undocumented in source.
monotonic
GLFWbool
monotonic
;
Undocumented in source.
Meta
Source
See Implementation
glfw3
posix_time
mixin templates
_GLFW_PLATFORM_LIBRARY_TIMER_STATE
static functions
_glfwInitTimerPOSIX
_glfwPlatformGetTimerFrequency
_glfwPlatformGetTimerValue
structs
_GLFWtimerPOSIX