Package org.lwjgl.opencl
Class INTELEGLImageYUV
- java.lang.Object
-
- org.lwjgl.opencl.INTELEGLImageYUV
-
public final class INTELEGLImageYUV extends java.lang.Object
Native bindings to the intel_egl_image_yuv extension.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
andkhr_egl_image
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CL_EGL_YUV_PLANE_INTEL
Accepted as property inproperties
parameter of functionCreateFromEGLImageKHR
and asparam_name
parameter of functionGetImageInfo
.
-
-
-
Field Detail
-
CL_EGL_YUV_PLANE_INTEL
public static final int CL_EGL_YUV_PLANE_INTEL
Accepted as property inproperties
parameter of functionCreateFromEGLImageKHR
and asparam_name
parameter of functionGetImageInfo
.- See Also:
- Constant Field Values
-
-