|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| MyGLDebugListener (final int recSource, final int recType, final int recSeverity) | |
| MyGLDebugListener (final String recMsg, final int recId) | |
| boolean | received () |
| void | messageSent (final GLDebugMessage event) |
Handle GLDebugMessage message sent from native GL implementation. More... | |
| void | messageSent (GLDebugMessage event) |
Handle GLDebugMessage message sent from native GL implementation. More... | |
Definition at line 198 of file TestGLDebug01NEWT.java.
| com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.MyGLDebugListener | ( | final int | recSource, |
| final int | recType, | ||
| final int | recSeverity | ||
| ) |
Definition at line 207 of file TestGLDebug01NEWT.java.
| com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.MyGLDebugListener | ( | final String | recMsg, |
| final int | recId | ||
| ) |
Definition at line 215 of file TestGLDebug01NEWT.java.
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.messageSent | ( | final GLDebugMessage | event | ) |
Handle GLDebugMessage message sent from native GL implementation.
Since this method is invoked directly by the GL implementation, it shall return as fast as possible.
Implements com.jogamp.opengl.GLDebugListener.
Definition at line 225 of file TestGLDebug01NEWT.java.
| boolean com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.received | ( | ) |
Definition at line 223 of file TestGLDebug01NEWT.java.