Package com.jogamp.opengl.util.texture
Interface TextureData.Flusher
-
- Enclosing class:
- TextureData
public static interface TextureData.Flusher
Defines a callback mechanism to allow the user to explicitly deallocate native resources (memory-mapped files, etc.) associated with a particular TextureData.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
Flushes any native resources associated with this TextureData.
-