Class INTELEGLImageYUV

java.lang.Object
org.lwjgl.opencl.INTELEGLImageYUV

public final class INTELEGLImageYUV extends 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 and khr_egl_image.