public class Texture extends java.lang.Object implements RenderResource
Constructor and Description |
---|
Texture(Bitmap bitmap) |
Texture(int width,
int height,
int format,
int type) |
Modifier and Type | Method and Description |
---|---|
boolean |
bindTexture(DrawContext dc) |
int |
getByteCount() |
int |
getHeight() |
Matrix3 |
getTexCoordTransform() |
int |
getTexParameter(int name) |
int |
getTextureName(DrawContext dc) |
int |
getWidth() |
void |
release(DrawContext dc)
Frees any resources associated with this instance.
|
void |
setTexParameter(int name,
int param) |
public Texture(Bitmap bitmap)
public Texture(int width, int height, int format, int type)
public int getWidth()
public int getHeight()
public int getByteCount()
public Matrix3 getTexCoordTransform()
public int getTexParameter(int name)
public void setTexParameter(int name, int param)
public void release(DrawContext dc)
RenderResource
release
in interface RenderResource
dc
- the current draw contextpublic int getTextureName(DrawContext dc)
public boolean bindTexture(DrawContext dc)