Package org.lwjgl.egl
Class IMGImagePlaneAttribs
- java.lang.Object
-
- org.lwjgl.egl.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 Summary
Fields Modifier and Type Field Description static int
EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG
EGL_NATIVE_BUFFER_PLANE_OFFSET_IMGAccepted by theattrib_list
parameter of eglCreateImageKHR.
-
-
-
Field Detail
-
EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG, EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG
Accepted by theattrib_list
parameter of eglCreateImageKHR.
-
-