JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.Threading.Mode Enum Reference
Collaboration diagram for com.jogamp.opengl.Threading.Mode:

Public Member Functions

 Mode (final int id)
 

Public Attributes

 MT =(0)
 Full multithreaded OpenGL, i.e. More...
 
 ST_AWT =(1)
 Single-Threaded OpenGL on AWT EDT. More...
 
 ST_WORKER =(2)
 Single-Threaded OpenGL on dedicated worker thread. More...
 
final int id
 

Detailed Description

Definition at line 120 of file Threading.java.

Constructor & Destructor Documentation

◆ Mode()

com.jogamp.opengl.Threading.Mode.Mode ( final int  id)

Definition at line 137 of file Threading.java.

Member Data Documentation

◆ id

final int com.jogamp.opengl.Threading.Mode.id

Definition at line 135 of file Threading.java.

◆ MT

com.jogamp.opengl.Threading.Mode.MT =(0)

Full multithreaded OpenGL, i.e.

any invoke commands will be issued on the current thread immediately.

Definition at line 127 of file Threading.java.

◆ ST_AWT

com.jogamp.opengl.Threading.Mode.ST_AWT =(1)

Single-Threaded OpenGL on AWT EDT.

Definition at line 130 of file Threading.java.

◆ ST_WORKER

com.jogamp.opengl.Threading.Mode.ST_WORKER =(2)

Single-Threaded OpenGL on dedicated worker thread.

Definition at line 133 of file Threading.java.


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