JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.newt.parenting.GLRunnableDummy Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.newt.parenting.GLRunnableDummy:
Collaboration diagram for com.jogamp.opengl.test.junit.newt.parenting.GLRunnableDummy:

Public Member Functions

boolean run (final GLAutoDrawable drawable)
 
boolean run (GLAutoDrawable drawable)
 

Detailed Description

Definition at line 33 of file GLRunnableDummy.java.

Member Function Documentation

◆ run()

boolean com.jogamp.opengl.test.junit.newt.parenting.GLRunnableDummy.run ( final GLAutoDrawable  drawable)
Parameters
drawablethe associated drawable and current context for this call
Returns
true if the GL [back] framebuffer remains intact by this runnable, otherwise false. If returning false GLAutoDrawable will call display(GLAutoDrawable) of all registered GLEventListeners once more.
See also
GLRunnable

Implements com.jogamp.opengl.GLRunnable.

Definition at line 39 of file GLRunnableDummy.java.

Here is the call graph for this function:

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