public interface GL3Drawable
Modifier and Type | Method and Description |
---|---|
void |
dispose(com.jogamp.opengl.GL3 gl)
Release hold of any internal resources, prepare for disposal of object.
|
boolean |
disposeInvalid(com.jogamp.opengl.GL3 gl)
Checks if resources are invalid.
|
boolean |
isDisposed()
Whether or not the drawable has been disposed.
|
boolean |
isValid()
Checks if the drawable is still valid (can be drawn), usually checking if
any internal GL resources are still valid.
|
void dispose(com.jogamp.opengl.GL3 gl)
boolean isValid()
true
if the drawable is still validboolean isDisposed()
true
if the drawable has been disposedboolean disposeInvalid(com.jogamp.opengl.GL3 gl)
dispose(com.jogamp.opengl.GL3)
, releasing any resources.