public final class INTELEGLImageYUV
extends java.lang.Object
The goal of this extension is to increase interoperability between OpenCL and EGL by introducing support for planar YUV images. Specifically, this extension adds the ability to create OpenCL memory objects representing individual planes of an EGL planar YUV image.
Requires CL12 and khr_egl_image.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_EGL_YUV_PLANE_INTEL
Accepted as property in
properties parameter of function CreateFromEGLImageKHR and as param_name parameter of function
GetImageInfo. |
public static final int CL_EGL_YUV_PLANE_INTEL
properties parameter of function CreateFromEGLImageKHR and as param_name parameter of function
GetImageInfo.Copyright LWJGL. All Rights Reserved. License terms.