Package org.lwjgl.egl
Class KHRStreamAttrib
java.lang.Object
org.lwjgl.egl.KHRStreamAttrib
See
KHR_stream
.-
Method Summary
Modifier and TypeMethodDescriptionstatic long
eglCreateStreamAttribKHR
(long dpy, org.lwjgl.PointerBuffer attrib_list) static boolean
eglQueryStreamAttribKHR
(long dpy, long stream, int attribute, org.lwjgl.PointerBuffer value) static boolean
eglSetStreamAttribKHR
(long dpy, long stream, int attribute, long value) static boolean
eglStreamConsumerAcquireAttribKHR
(long dpy, long stream, org.lwjgl.PointerBuffer attrib_list) static boolean
eglStreamConsumerReleaseAttribKHR
(long dpy, long stream, org.lwjgl.PointerBuffer attrib_list) static long
neglCreateStreamAttribKHR
(long dpy, long attrib_list) static int
neglQueryStreamAttribKHR
(long dpy, long stream, int attribute, long value) static int
neglStreamConsumerAcquireAttribKHR
(long dpy, long stream, long attrib_list) static int
neglStreamConsumerReleaseAttribKHR
(long dpy, long stream, long attrib_list)
-
Method Details
-
neglCreateStreamAttribKHR
public static long neglCreateStreamAttribKHR(long dpy, long attrib_list) -
eglCreateStreamAttribKHR
public static long eglCreateStreamAttribKHR(long dpy, @Nullable org.lwjgl.PointerBuffer attrib_list) -
eglSetStreamAttribKHR
public static boolean eglSetStreamAttribKHR(long dpy, long stream, int attribute, long value) -
neglQueryStreamAttribKHR
public static int neglQueryStreamAttribKHR(long dpy, long stream, int attribute, long value) -
eglQueryStreamAttribKHR
public static boolean eglQueryStreamAttribKHR(long dpy, long stream, int attribute, org.lwjgl.PointerBuffer value) -
neglStreamConsumerAcquireAttribKHR
public static int neglStreamConsumerAcquireAttribKHR(long dpy, long stream, long attrib_list) -
eglStreamConsumerAcquireAttribKHR
public static boolean eglStreamConsumerAcquireAttribKHR(long dpy, long stream, @Nullable org.lwjgl.PointerBuffer attrib_list) -
neglStreamConsumerReleaseAttribKHR
public static int neglStreamConsumerReleaseAttribKHR(long dpy, long stream, long attrib_list) -
eglStreamConsumerReleaseAttribKHR
public static boolean eglStreamConsumerReleaseAttribKHR(long dpy, long stream, @Nullable org.lwjgl.PointerBuffer attrib_list)
-