JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.opengl.GLWindow.GLLifecycleHook Class Reference
Inheritance diagram for com.jogamp.newt.opengl.GLWindow.GLLifecycleHook:
Collaboration diagram for com.jogamp.newt.opengl.GLWindow.GLLifecycleHook:

Public Member Functions

void preserveGLStateAtDestroy (final boolean value)
 
synchronized void destroyActionPreLock ()
 
synchronized void destroyActionInLock ()
 
synchronized void resetCounter ()
 
synchronized void setVisibleActionPost (final boolean visible, final boolean nativeWindowCreated)
 
synchronized boolean pauseRenderingAction ()
 
synchronized void resumeRenderingAction ()
 
void shutdownRenderingAction ()
 

Detailed Description

Definition at line 648 of file GLWindow.java.

Member Function Documentation

◆ destroyActionInLock()

synchronized void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.destroyActionInLock ( )

Definition at line 661 of file GLWindow.java.

◆ destroyActionPreLock()

synchronized void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.destroyActionPreLock ( )

Definition at line 656 of file GLWindow.java.

◆ pauseRenderingAction()

synchronized boolean com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.pauseRenderingAction ( )

Definition at line 730 of file GLWindow.java.

Here is the call graph for this function:

◆ preserveGLStateAtDestroy()

void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.preserveGLStateAtDestroy ( final boolean  value)

Definition at line 651 of file GLWindow.java.

◆ resetCounter()

synchronized void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.resetCounter ( )

Definition at line 677 of file GLWindow.java.

Here is the call graph for this function:

◆ resumeRenderingAction()

synchronized void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.resumeRenderingAction ( )

Definition at line 742 of file GLWindow.java.

Here is the call graph for this function:

◆ setVisibleActionPost()

synchronized void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.setVisibleActionPost ( final boolean  visible,
final boolean  nativeWindowCreated 
)

Definition at line 689 of file GLWindow.java.

Here is the call graph for this function:

◆ shutdownRenderingAction()

void com.jogamp.newt.opengl.GLWindow.GLLifecycleHook.shutdownRenderingAction ( )

Definition at line 750 of file GLWindow.java.

Here is the call graph for this function:

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