Class KHRStreamProducerEGLSurface

java.lang.Object
org.lwjgl.egl.KHRStreamProducerEGLSurface

public class KHRStreamProducerEGLSurface extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, int @Nullable [] attrib_list)
    EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, EGLint const * attrib_list)
    static long
    eglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, @Nullable IntBuffer attrib_list)
    EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, EGLint const * attrib_list)
    static long
    neglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, long attrib_list)
    EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, EGLint const * attrib_list)

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • neglCreateStreamProducerSurfaceKHR

      public static long neglCreateStreamProducerSurfaceKHR(long dpy, long config, long stream, long attrib_list)
      EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, EGLint const * attrib_list)
    • eglCreateStreamProducerSurfaceKHR

      @NativeType("EGLSurface") public static long eglCreateStreamProducerSurfaceKHR(@NativeType("EGLDisplay") long dpy, @NativeType("EGLConfig") long config, @NativeType("EGLStreamKHR") long stream, @NativeType("EGLint const *") @Nullable IntBuffer attrib_list)
      EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, EGLint const * attrib_list)
    • eglCreateStreamProducerSurfaceKHR

      @NativeType("EGLSurface") public static long eglCreateStreamProducerSurfaceKHR(@NativeType("EGLDisplay") long dpy, @NativeType("EGLConfig") long config, @NativeType("EGLStreamKHR") long stream, @NativeType("EGLint const *") int @Nullable [] attrib_list)
      EGLSurface eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, EGLint const * attrib_list)