Class EXTABGR

java.lang.Object
org.lwjgl.opengl.EXTABGR

public final class EXTABGR extends 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 Details

    • GL_ABGR_EXT

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