summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Tool for compressing/decompressing ETC1 textures.Jack Palevich2009-12-311-0/+157
The ETC1 texture format is commonly supported by OpenGL ES 2.0-capable GPUs. For historical reasons ETC1 texture files have the default extension .PKM This tool relies on the libETC1 library to compress and decompress the image data.