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