Package org.lwjgl.egl

Class KHRSwapBuffersWithDamage

java.lang.Object
org.lwjgl.egl.KHRSwapBuffersWithDamage

public class KHRSwapBuffersWithDamage extends Object
  • Method Summary

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

    • neglSwapBuffersWithDamageKHR

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

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

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