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
@NativeType("EGLBoolean") public static boolean eglSwapBuffersWithDamageEXT(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint *") @Nullable IntBuffer rects) EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects) -
eglSwapBuffersWithDamageEXT
@NativeType("EGLBoolean") public static boolean eglSwapBuffersWithDamageEXT(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint *") int @Nullable [] rects) EGLBoolean eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
-