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