Package org.lwjgl.egl
Class EXTImageGLColorspace
- java.lang.Object
-
- org.lwjgl.egl.EXTImageGLColorspace
-
public final class EXTImageGLColorspace extends java.lang.Object
Native bindings to the EXT_image_gl_colorspace extension.This extension relaxes the restriction that only the
eglCreate*Surface
functions can accept theGL_COLORSPACE
attribute. With this change,eglCreateImage
can also accept this attribute.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_GL_COLORSPACE_DEFAULT_EXT
-
-
-
Field Detail
-
EGL_GL_COLORSPACE_DEFAULT_EXT
public static final int EGL_GL_COLORSPACE_DEFAULT_EXT
- See Also:
- Constant Field Values
-
-