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