Package com.jogamp.opengl.util.texture
Interface TextureData.Flusher
-
- Enclosing class:
- TextureData
public static interface TextureData.FlusherDefines 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 voidflush()Flushes any native resources associated with this TextureData.
-