public final class IMGImagePlaneAttribs
extends java.lang.Object
This extension allows creating an EGLImage from a single plane of a multi-planar Android native image buffer (ANativeWindowBuffer) or a native pixmap (EGLNativePixmap).
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG
Accepted by the
attrib_list parameter of eglCreateImageKHR. |
static int |
EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG
Accepted by the
attrib_list parameter of eglCreateImageKHR. |
public static final int EGL_NATIVE_BUFFER_MULTIPLANE_SEPARATE_IMG
attrib_list parameter of eglCreateImageKHR.public static final int EGL_NATIVE_BUFFER_PLANE_OFFSET_IMG
attrib_list parameter of eglCreateImageKHR.Copyright LWJGL. All Rights Reserved. License terms.