public class KHRSwapBuffersWithDamage
extends java.lang.Object
This extension provides a means to issue a swap buffers request to display the contents of the current back buffer and also specify a list of damage rectangles that can be passed to a system compositor so it can minimize how much it has to recompose.
This should be used in situations where an application is only animating a small portion of a surface since it enables the compositor to avoid wasting time recomposing parts of the surface that haven't changed.
Requires EGL 1.4.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
eglSwapBuffersWithDamageKHR(long dpy,
long surface,
int[] rects)
Array version of:
SwapBuffersWithDamageKHR |
static boolean |
eglSwapBuffersWithDamageKHR(long dpy,
long surface,
java.nio.IntBuffer rects) |
static int |
neglSwapBuffersWithDamageKHR(long dpy,
long surface,
long rects,
int n_rects) |
public static int neglSwapBuffersWithDamageKHR(long dpy,
long surface,
long rects,
int n_rects)
public static boolean eglSwapBuffersWithDamageKHR(long dpy,
long surface,
@Nullable
java.nio.IntBuffer rects)
public static boolean eglSwapBuffersWithDamageKHR(long dpy,
long surface,
@Nullable
int[] rects)
SwapBuffersWithDamageKHRCopyright LWJGL. All Rights Reserved. License terms.