Android.Opengl.ETC1 Class
Methods for encoding and decoding ETC1 textures.

See Also: ETC1 Members

Syntax

[Android.Runtime.Register("android/opengl/ETC1", DoNotGenerateAcw=true)]
public class ETC1 : Java.Lang.Object

Remarks

Methods for encoding and decoding ETC1 textures.

The standard for the ETC1 texture format can be found at http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt

The PKM file format is of a 16-byte header that describes the image bounds followed by the encoded ETC1 texture data.

See Also

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8