Package org.lwjgl.egl

Class IMGImagePlaneAttribs



  • public final class IMGImagePlaneAttribs
    extends java.lang.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 Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values