Package com.jogamp.opengl.util.av
Interface SubBitmapEvent.TextureOwner
-
- Enclosing class:
- SubBitmapEvent
public static interface SubBitmapEvent.TextureOwner
To be implemented by theTexture
owner to release the texture.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
release(Texture tex)
The givenTexture
is to be released by the owner.
-