Package org.lwjgl.egl
Class KHRStreamProducerEGLSurface
- java.lang.Object
-
- org.lwjgl.egl.KHRStreamProducerEGLSurface
-
public class KHRStreamProducerEGLSurface extends java.lang.Object
Native bindings to the KHR_stream_producer_eglsurface extension.This extension allows an EGLSurface to be created as a producer of images to an EGLStream. Each call to eglSwapBuffers posts a new image frame into the EGLStream.
Requires
EGL 1.2
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_STREAM_BIT_KHR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, int[] attrib_list)
Array version of:CreateStreamProducerSurfaceKHR
static long
eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, java.nio.IntBuffer attrib_list)
static long
neglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, long attrib_list)
-
-
-
Field Detail
-
EGL_STREAM_BIT_KHR
public static final int EGL_STREAM_BIT_KHR
- See Also:
- Constant Field Values
-
-
Method Detail
-
neglCreateStreamProducerSurfaceKHR
public static long neglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, long attrib_list)
-
eglCreateStreamProducerSurfaceKHR
public static long eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, @Nullable java.nio.IntBuffer attrib_list)
-
eglCreateStreamProducerSurfaceKHR
public static long eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, @Nullable int[] attrib_list)
Array version of:CreateStreamProducerSurfaceKHR
-
-