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

To be implemented by the Texture owner to release the texture. More...

Collaboration diagram for com.jogamp.opengl.util.av.SubBitmapEvent.TextureOwner:

Public Member Functions

void release (Texture tex)
 The given Texture is to be released by the owner. More...
 

Detailed Description

To be implemented by the Texture owner to release the texture.

Definition at line 41 of file SubBitmapEvent.java.

Member Function Documentation

◆ release()

void com.jogamp.opengl.util.av.SubBitmapEvent.TextureOwner.release ( Texture  tex)

The given Texture is to be released by the owner.

Here is the caller graph for this function:

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