Class ANDROIDPresentationTime
java.lang.Object
org.lwjgl.egl.ANDROIDPresentationTime
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglPresentationTimeANDROID(long dpy, long surface, long time) EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time)
-
Method Details
-
eglPresentationTimeANDROID
@NativeType("EGLBoolean") public static boolean eglPresentationTimeANDROID(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLnsecsANDROID") long time) EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time)
-