libgdx API

Uses of Class
com.badlogic.gdx.graphics.glutils.ETC1.ETC1Data

Packages that use ETC1.ETC1Data
com.badlogic.gdx.graphics.glutils   
 

Uses of ETC1.ETC1Data in com.badlogic.gdx.graphics.glutils
 

Methods in com.badlogic.gdx.graphics.glutils that return ETC1.ETC1Data
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.
 

Methods in com.badlogic.gdx.graphics.glutils with parameters of type ETC1.ETC1Data
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.
 

Constructors in com.badlogic.gdx.graphics.glutils with parameters of type ETC1.ETC1Data
ETC1TextureData(ETC1.ETC1Data encodedImage, boolean useMipMaps)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)