public interface ITextureGraphicGL
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
destroy(javax.media.opengl.GL gl) |
int |
height() |
int |
id() |
void |
init(java.awt.image.BufferedImage image,
javax.media.opengl.GL gl) |
void |
init(java.lang.String filename,
javax.media.opengl.GL gl) |
int |
width() |