Class EXTBGRA

java.lang.Object
org.lwjgl.opengl.EXTBGRA

public final class EXTBGRA extends 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
    Description
    static final int
    Accepted by the format parameter of DrawPixels, GetTexImage, ReadPixels, TexImage1D, and TexImage2D.
    static final int
    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 Details

    • GL_BGR_EXT

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

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