mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Add glfwGetTimerValue and glfwGetTimerFrequency
This adds raw timer access to the public API and builds the floating-point time functions on top. It also makes the GLFWuint64 type public.
This commit is contained in:
+1
-2
@@ -38,8 +38,7 @@
|
||||
typedef struct _GLFWtimePOSIX
|
||||
{
|
||||
GLFWbool monotonic;
|
||||
double resolution;
|
||||
uint64_t base;
|
||||
GLFWuint64 frequency;
|
||||
|
||||
} _GLFWtimePOSIX;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user