Package org.lwjgl.egl

Class KHRPartialUpdate

java.lang.Object
org.lwjgl.egl.KHRPartialUpdate

public class KHRPartialUpdate extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    eglSetDamageRegionKHR(long dpy, long surface, int @Nullable [] rects)
    EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
    static boolean
    eglSetDamageRegionKHR(long dpy, long surface, @Nullable IntBuffer rects)
    EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
    static int
    neglSetDamageRegionKHR(long dpy, long surface, long rects, int n_rects)
    EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • neglSetDamageRegionKHR

      public static int neglSetDamageRegionKHR(long dpy, long surface, long rects, int n_rects)
      EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
    • eglSetDamageRegionKHR

      public static boolean eglSetDamageRegionKHR(long dpy, long surface, @Nullable IntBuffer rects)
      EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
    • eglSetDamageRegionKHR

      public static boolean eglSetDamageRegionKHR(long dpy, long surface, int @Nullable [] rects)
      EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)