Package org.lwjgl.egl
Class KHRStreamProducerEGLSurface
- java.lang.Object
-
- org.lwjgl.egl.KHRStreamProducerEGLSurface
-
public class KHRStreamProducerEGLSurface extends java.lang.ObjectNative 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 L.1.
-
-
Field Summary
Fields Modifier and Type Field and Description static intEGL_STREAM_BIT_KHR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static longeglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, int[] attrib_list)Array version of:CreateStreamProducerSurfaceKHRstatic longeglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, java.nio.IntBuffer attrib_list)
-
-
-
Field Detail
-
EGL_STREAM_BIT_KHR
public static final int EGL_STREAM_BIT_KHR
- See Also:
- Constant Field Values
-
-
Method Detail
-
eglCreateStreamProducerSurfaceKHR
public static long eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, java.nio.IntBuffer attrib_list)
-
eglCreateStreamProducerSurfaceKHR
public static long eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, int[] attrib_list)Array version of:CreateStreamProducerSurfaceKHR
-
-