Package org.lwjgl.egl

Class EXTPresentOpaque

java.lang.Object
org.lwjgl.egl.EXTPresentOpaque

public final class EXTPresentOpaque extends 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 attribute EGL_PRESENT_OPAQUE_EXT is TRUE, then the surface will be presented as opaque.

Requires EGL 1.4 and KHR_image_base.

  • Field Details

    • EGL_PRESENT_OPAQUE_EXT

      public static final int EGL_PRESENT_OPAQUE_EXT
      New EGLSurface attribute name.
      See Also: