Package org.lwjgl.egl

Class EXTYUVSurface

java.lang.Object
org.lwjgl.egl.EXTYUVSurface

public final class EXTYUVSurface extends Object
Native bindings to the EXT_yuv_surface extension.

This extension defines a set of new EGL configuration attributes and values which allows EGL to create and use YUV surfaces.

YUV formats can be described using a few simple parameters, and every format can be given with these six parameters. These parameters include the color order, the number of planes, subsample, plane depth, color conversion and depth range.

This extension describes how EGL will handle YUV surfaces, but requires that the client API describe how to fill such a surface. An example of such an extension would be GL_EXT_yuv_target.

Requires EGL 1.4.