Package org.lwjgl.egl

Class ANGLESyncControlRate

java.lang.Object
org.lwjgl.egl.ANGLESyncControlRate

public class ANGLESyncControlRate extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    eglGetMscRateANGLE(long dpy, long surface, int[] numerator, int[] denominator)
    EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)
    static boolean
    eglGetMscRateANGLE(long dpy, long surface, IntBuffer numerator, IntBuffer denominator)
    EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)
    static int
    neglGetMscRateANGLE(long dpy, long surface, long numerator, long denominator)
    EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static boolean eglGetMscRateANGLE(long dpy, long surface, IntBuffer numerator, IntBuffer denominator)
      EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)
    • eglGetMscRateANGLE

      public static boolean eglGetMscRateANGLE(long dpy, long surface, int[] numerator, int[] denominator)
      EGLBoolean eglGetMscRateANGLE(EGLDisplay dpy, EGLSurface surface, int32_t * numerator, int32_t * denominator)