Class WLCreateWaylandBufferFromImage
java.lang.Object
org.lwjgl.egl.WLCreateWaylandBufferFromImage
-
Method Summary
Modifier and TypeMethodDescriptionstatic longeglCreateWaylandBufferFromImageWL(long dpy, long image) struct wl_buffer * eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImageKHR image)
-
Method Details
-
eglCreateWaylandBufferFromImageWL
@NativeType("struct wl_buffer *") public static long eglCreateWaylandBufferFromImageWL(@NativeType("EGLDisplay") long dpy, @NativeType("EGLImageKHR") long image) struct wl_buffer * eglCreateWaylandBufferFromImageWL(EGLDisplay dpy, EGLImageKHR image)
-