summaryrefslogtreecommitdiffstats
path: root/opengl/specs/EGL_ANDROID_presentation_time.txt
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/specs/EGL_ANDROID_presentation_time.txt')
-rw-r--r--opengl/specs/EGL_ANDROID_presentation_time.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/specs/EGL_ANDROID_presentation_time.txt b/opengl/specs/EGL_ANDROID_presentation_time.txt
index 03370ed..09b3938 100644
--- a/opengl/specs/EGL_ANDROID_presentation_time.txt
+++ b/opengl/specs/EGL_ANDROID_presentation_time.txt
@@ -107,8 +107,8 @@ Issues
presentation time when an absolute time is needed be queried on Android?
RESOLVED: The current clock value can be queried from the Java
- SystemClock#uptimeMillis() method or from the native clock_gettime
- function by passing CLOCK_MONOTONIC as the clock identifier.
+ System.nanoTime() method, or from the native clock_gettime function by
+ passing CLOCK_MONOTONIC as the clock identifier.
Revision History