Package org.lwjgl.egl
Class EXTPresentOpaque
- java.lang.Object
-
- org.lwjgl.egl.EXTPresentOpaque
-
public final class EXTPresentOpaque extends java.lang.Object
Native bindings to the EXT_present_opaque extension.This extension adds a new EGL surface attribute
PRESENT_OPAQUE_EXT
to indicate that the surface should be presented as opaque, disregarding any alpha channel if present. If surface attributeEGL_PRESENT_OPAQUE_EXT
isTRUE
, then the surface will be presented as opaque.Requires
EGL 1.4
andKHR_image_base
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_PRESENT_OPAQUE_EXT
NewEGLSurface
attribute name.
-
-
-
Field Detail
-
EGL_PRESENT_OPAQUE_EXT
public static final int EGL_PRESENT_OPAQUE_EXT
NewEGLSurface
attribute name.- See Also:
- Constant Field Values
-
-