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