Package org.lwjgl.egl
Class KHRPartialUpdate
java.lang.Object
org.lwjgl.egl.KHRPartialUpdate
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
eglSetDamageRegionKHR
(long dpy, long surface, int @Nullable [] rects) EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
static boolean
eglSetDamageRegionKHR
(long dpy, long surface, @Nullable IntBuffer rects) EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
static int
neglSetDamageRegionKHR
(long dpy, long surface, long rects, int n_rects) EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
-
Field Details
-
EGL_BUFFER_AGE_KHR
public static final int EGL_BUFFER_AGE_KHR- See Also:
-
-
Method Details
-
neglSetDamageRegionKHR
public static int neglSetDamageRegionKHR(long dpy, long surface, long rects, int n_rects) EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
-
eglSetDamageRegionKHR
EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
-
eglSetDamageRegionKHR
public static boolean eglSetDamageRegionKHR(long dpy, long surface, int @Nullable [] rects) EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint * rects, EGLint n_rects)
-