OSDN Git Service

A library for encoding and decoding ETC1 textures.
authorJack Palevich <jackpal@google.com>
Mon, 28 Dec 2009 11:31:43 +0000 (19:31 +0800)
committerJack Palevich <jackpal@google.com>
Thu, 31 Dec 2009 05:31:04 +0000 (13:31 +0800)
commit01cc538b290ecc9ccfdf1907fb714b76cf0f648b
tree61015142b6c3f6c201d745a887f84b41572ac22b
parentce64d9f50f6b1358f6c672ffcff85bce126042a1
A library for encoding and decoding ETC1 textures.

The ETC1 compressed texture format is commonly
supported by OpenGL ES 2.0-capable devices.
opengl/include/ETC1/etc1.h [new file with mode: 0644]
opengl/libs/Android.mk
opengl/libs/ETC1/etc1.cpp [new file with mode: 0644]