Package org.lwjgl.egl
Class NVPostSubBuffer
java.lang.Object
org.lwjgl.egl.NVPostSubBuffer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
eglPostSubBufferNV
(long dpy, long surface, int x, int y, int width, int height) EGLBoolean eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height)
-
Field Details
-
EGL_POST_SUB_BUFFER_SUPPORTED_NV
public static final int EGL_POST_SUB_BUFFER_SUPPORTED_NV- See Also:
-
-
Method Details
-
eglPostSubBufferNV
public static boolean eglPostSubBufferNV(long dpy, long surface, int x, int y, int width, int height) EGLBoolean eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height)
-