Package org.lwjgl.egl

Class IMGImagePlaneAttribs

java.lang.Object
org.lwjgl.egl.IMGImagePlaneAttribs

public final class IMGImagePlaneAttribs extends Object
Native bindings to the IMG_image_plane_attribs extension.

This extension allows creating an EGLImage from a single plane of a multi-planar Android native image buffer (ANativeWindowBuffer) or a native pixmap (EGLNativePixmap).

  • Field Details

    • EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG

      public static final int EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG
      Accepted by the attrib_list parameter of eglCreateImageKHR.
      See Also:
    • EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG

      public static final int EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG
      Accepted by the attrib_list parameter of eglCreateImageKHR.
      See Also: