Package org.lwjgl.egl

Class NOKSwapRegion2

java.lang.Object
org.lwjgl.egl.NOKSwapRegion2

public class NOKSwapRegion2 extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    eglSwapBuffersRegion2NOK(long dpy, long surface, int @Nullable [] rects)
    EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, EGLint const * rects)
    static boolean
    eglSwapBuffersRegion2NOK(long dpy, long surface, @Nullable IntBuffer rects)
    EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, EGLint const * rects)
    static int
    neglSwapBuffersRegion2NOK(long dpy, long surface, int numRects, long rects)
    EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, EGLint const * rects)

    Methods inherited from class java.lang.Object

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

    • neglSwapBuffersRegion2NOK

      public static int neglSwapBuffersRegion2NOK(long dpy, long surface, int numRects, long rects)
      EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, EGLint const * rects)
    • eglSwapBuffersRegion2NOK

      public static boolean eglSwapBuffersRegion2NOK(long dpy, long surface, @Nullable IntBuffer rects)
      EGLBoolean eglSwapBuffersRegion2NOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, EGLint const * rects)
    • eglSwapBuffersRegion2NOK

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