| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.glutils |
| Modifier and Type | Method and Description |
|---|---|
static ETC1.ETC1Data |
ETC1.encodeImage(Pixmap pixmap)
Encodes the image via the ETC1 compression scheme.
|
static ETC1.ETC1Data |
ETC1.encodeImagePKM(Pixmap pixmap)
Encodes the image via the ETC1 compression scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static Pixmap |
ETC1.decodeImage(ETC1.ETC1Data etc1Data,
Pixmap.Format format)
Takes ETC1 compressed image data and converts it to a
Pixmap.Format.RGB565 or Pixmap.Format.RGB888 Pixmap. |
| Constructor and Description |
|---|
ETC1TextureData(ETC1.ETC1Data encodedImage,
boolean useMipMaps) |