Class KHRSwapBuffersWithDamage
java.lang.Object
org.lwjgl.egl.KHRSwapBuffersWithDamage
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglSwapBuffersWithDamageKHR(long dpy, long surface, int @Nullable [] rects) EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)static booleaneglSwapBuffersWithDamageKHR(long dpy, long surface, @Nullable IntBuffer rects) EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)static intneglSwapBuffersWithDamageKHR(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
@NativeType("EGLBoolean") public static boolean eglSwapBuffersWithDamageKHR(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint *") @Nullable IntBuffer rects) EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects) -
eglSwapBuffersWithDamageKHR
@NativeType("EGLBoolean") public static boolean eglSwapBuffersWithDamageKHR(@NativeType("EGLDisplay") long dpy, @NativeType("EGLSurface") long surface, @NativeType("EGLint *") int @Nullable [] rects) EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
-