Package org.lwjgl.opencl
Class INTELEGLImageYUV
- java.lang.Object
-
- org.lwjgl.opencl.INTELEGLImageYUV
-
public final class INTELEGLImageYUV extends java.lang.ObjectNative 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
CL12andkhr_egl_image.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCL_EGL_YUV_PLANE_INTELAccepted as property inpropertiesparameter of functionCreateFromEGLImageKHRand asparam_nameparameter of functionGetImageInfo.
-
-
-
Field Detail
-
CL_EGL_YUV_PLANE_INTEL
public static final int CL_EGL_YUV_PLANE_INTEL
Accepted as property inpropertiesparameter of functionCreateFromEGLImageKHRand asparam_nameparameter of functionGetImageInfo.- See Also:
- Constant Field Values
-
-