android.opengl
Class ETC1Util.ETC1Texture

java.lang.Object
  extended by android.opengl.ETC1Util.ETC1Texture
Enclosing class:
ETC1Util

public static class ETC1Util.ETC1Texture
extends Object


Constructor Summary
ETC1Util.ETC1Texture(int width, int height, ByteBuffer data)
           
 
Method Summary
 ByteBuffer getData()
           
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETC1Util.ETC1Texture

public ETC1Util.ETC1Texture(int width,
                            int height,
                            ByteBuffer data)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getData

public ByteBuffer getData()


Copyright © 2008-2012. All Rights Reserved.