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