Class ANGLESyncControlRate
java.lang.Object
org.lwjgl.egl.ANGLESyncControlRate
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglGetMscRateANGLE(long dpy, long surface, int[] numerator, int[] denominator) EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)static booleaneglGetMscRateANGLE(long dpy, long surface, IntBuffer numerator, IntBuffer denominator) EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)static intneglGetMscRateANGLE(long dpy, long surface, long numerator, long denominator) EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)
-
Method Details
-
neglGetMscRateANGLE
public static int neglGetMscRateANGLE(long dpy, long surface, long numerator, long denominator) EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator) -
eglGetMscRateANGLE
@NativeType("EGLBoolean") public static boolean eglGetMscRateANGLE(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("int32_t *") IntBuffer numerator, @NativeType("int32_t *") IntBuffer denominator) EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator) -
eglGetMscRateANGLE
@NativeType("EGLBoolean") public static boolean eglGetMscRateANGLE(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("int32_t *") int[] numerator, @NativeType("int32_t *") int[] denominator) EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)
-