public abstract class AbstractTexture extends java.lang.Object implements ITextureObject
Modifier and Type | Field and Description |
---|---|
protected int |
glTextureId |
Constructor and Description |
---|
AbstractTexture() |
Modifier and Type | Method and Description |
---|---|
void |
deleteGlTexture() |
int |
getGlTextureId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadTexture
public int getGlTextureId()
getGlTextureId
in interface ITextureObject
public void deleteGlTexture()