Class APPLETextureFormatBGRA8888

java.lang.Object
org.lwjgl.opengles.APPLETextureFormatBGRA8888

public final class APPLETextureFormatBGRA8888 extends Object
Native bindings to the APPLE_texture_format_BGRA8888 extension.

This extension introduces BGRA_EXT as an acceptable external format. This avoids byte swizzling when loading RGBA internal format textures, which may be stored in BGRA order internally.

  • Field Details

    • GL_BGRA_EXT

      public static final int GL_BGRA_EXT
      Accepted by the format parameters of TexImage2D and TexSubImage2D.
      See Also:
    • GL_BGRA8_EXT

      public static final int GL_BGRA8_EXT
      Accepted by the internalformat parameters of TexStorage2D and TexStorage3D.
      See Also: