Constructor and Description |
---|
ETC1Texture(int width,
int height,
ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getData()
Get the compressed data of the texture.
|
int |
getHeight()
Get the height of the texture in pixels.
|
int |
getWidth()
Get the width of the texture in pixels.
|
public ETC1Texture(int width, int height, ByteBuffer data)
public int getWidth()
public int getHeight()
public ByteBuffer getData()