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 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

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

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