Package org.lwjgl.egl
Class EXTSwapBuffersWithDamage
java.lang.Object
org.lwjgl.egl.EXTSwapBuffersWithDamage
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglSwapBuffersWithDamageEXT(long dpy, long surface, int @Nullable [] rects) EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)static booleaneglSwapBuffersWithDamageEXT(long dpy, long surface, @Nullable IntBuffer rects) EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)static intneglSwapBuffersWithDamageEXT(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)
-