Class EXTABGR



  • public final class EXTABGR
    extends java.lang.Object
    Native bindings to the EXT_abgr extension.

    EXT_abgr extends the list of host-memory color formats. Specifically, it provides a reverse-order alternative to image format RGBA. The ABGR component order matches the cpack Iris GL format on big-endian machines.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_ABGR_EXT
      Accepted by the format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_ABGR_EXT

        public static final int GL_ABGR_EXT
        Accepted by the format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.
        See Also:
        Constant Field Values