Package org.lwjgl.egl
Class EXTSwapBuffersWithDamage
java.lang.Object
org.lwjgl.egl.EXTSwapBuffersWithDamage
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-