Class EXTBGRA



  • public final class EXTBGRA
    extends java.lang.Object
    Native bindings to the EXT_bgra extension.

    EXT_bgra extends the list of host-memory color formats. Specifically, it provides formats which match the memory layout of Windows DIBs so that applications can use the same data in both Windows API calls and OpenGL pixel API calls.

    Promoted to core in OpenGL 1.2.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_BGR_EXT
      GL_BGRA_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_BGR_EXT, GL_BGRA_EXT

        Accepted by the format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.