Constructor and Description |
---|
GLTexture(int glHandle,
boolean takeOwnership) |
GLTexture(ITexture.TextureFormat format) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
int |
getGlHandle() |
long |
getNativeHandle() |
void |
setHeight(int height) |
void |
setWidth(int width) |
public GLTexture(ITexture.TextureFormat format)
public GLTexture(int glHandle, boolean takeOwnership)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public long getNativeHandle()
getNativeHandle
in interface IObject
public int getGlHandle()
public void setWidth(int width)
public void setHeight(int height)