JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.GLRunnable2< T, U > Interface Template Reference
Collaboration diagram for com.jogamp.opengl.GLRunnable2< T, U >:

Public Member Functions

run (GL gl, U args)
 

Detailed Description

Declares a one-shot OpenGL command.

Definition at line 36 of file GLRunnable2.java.

Member Function Documentation

◆ run()

T com.jogamp.opengl.GLRunnable2< T, U >.run ( GL  gl,
args 
)
Parameters
gla current GL object
argscustom arguments
Returns
the desired object

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