Package org.lwjgl.egl

Class EXTSwapBuffersWithDamage

java.lang.Object
org.lwjgl.egl.EXTSwapBuffersWithDamage

public class EXTSwapBuffersWithDamage extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    eglSwapBuffersWithDamageEXT(long dpy, long surface, int @Nullable [] rects)
    EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
    static boolean
    eglSwapBuffersWithDamageEXT(long dpy, long surface, @Nullable IntBuffer rects)
    EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
    static int
    neglSwapBuffersWithDamageEXT(long dpy, long surface, long rects, int n_rects)
    EGLBoolean eglSwapBuffersWithDamageEXT(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
  • Method Details

    • neglSwapBuffersWithDamageEXT

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

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

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