Class OESCompressedETC1RGB8Texture

java.lang.Object
org.lwjgl.opengles.OESCompressedETC1RGB8Texture

public final class OESCompressedETC1RGB8Texture extends Object
Native bindings to the OES_compressed_ETC1_RGB8_texture extension.

The goal of this extension is to allow direct support of compressed textures in the Ericsson Texture Compression (ETC) formats in OpenGL ES.

ETC-compressed textures are handled in OpenGL ES using the CompressedTexImage2D call.

The definition of the "internalformat" parameter in the CompressedTexImage2D call has been extended to support ETC-compressed textures.

  • Field Details

    • GL_ETC1_RGB8_OES

      public static final int GL_ETC1_RGB8_OES
      Accepted by the internalformat parameter of CompressedTexImage2D.
      See Also: