JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.texture.TextureData.Flusher Interface Reference

Defines a callback mechanism to allow the user to explicitly deallocate native resources (memory-mapped files, etc.) associated with a particular TextureData. More...

Collaboration diagram for com.jogamp.opengl.util.texture.TextureData.Flusher:

Public Member Functions

void flush ()
 Flushes any native resources associated with this TextureData. More...
 

Detailed Description

Defines a callback mechanism to allow the user to explicitly deallocate native resources (memory-mapped files, etc.) associated with a particular TextureData.

Definition at line 507 of file TextureData.java.

Member Function Documentation

◆ flush()

void com.jogamp.opengl.util.texture.TextureData.Flusher.flush ( )

Flushes any native resources associated with this TextureData.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: