Package org.lwjgl.egl

Class 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 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

      Fields 
      Modifier and Type Field Description
      static int EGL_PRESENT_OPAQUE_EXT
      New EGLSurface attribute name.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EGL_PRESENT_OPAQUE_EXT

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