Class ANGLETextureCompressionDXT1

java.lang.Object
org.lwjgl.opengles.ANGLETextureCompressionDXT1

public final class ANGLETextureCompressionDXT1 extends Object
Native bindings to the ANGLE_texture_compression_dxt1 extension.
  • Field Details

    • GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE

      public static final int GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE
      Accepted by the internalformat parameter of CompressedTexImage2D and the format parameter of CompressedTexSubImage2D.
      See Also:
    • GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE

      public static final int GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE
      Accepted by the internalformat parameter of CompressedTexImage2D and the format parameter of CompressedTexSubImage2D.
      See Also: