Package org.lwjgl.egl
Class EXTPresentOpaque
java.lang.Object
org.lwjgl.egl.EXTPresentOpaque
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 attribute EGL_PRESENT_OPAQUE_EXT
is TRUE
, then the surface will be presented as opaque.
Requires EGL 1.4
and KHR_image_base
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
NewEGLSurface
attribute name. -
Method Summary
-
Field Details
-
EGL_PRESENT_OPAQUE_EXT
public static final int EGL_PRESENT_OPAQUE_EXTNewEGLSurface
attribute name.- See Also:
-