JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener:

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...
 

Detailed Description

Definition at line 254 of file TestGLDebug00NEWT.java.

Constructor & Destructor Documentation

◆ MyGLDebugListener() [1/2]

com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener.MyGLDebugListener ( final int  recSource,
final int  recType,
final int  recSeverity 
)

Definition at line 263 of file TestGLDebug00NEWT.java.

◆ MyGLDebugListener() [2/2]

com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener.MyGLDebugListener ( final String  recMsg,
final int  recId 
)

Definition at line 271 of file TestGLDebug00NEWT.java.

Member Function Documentation

◆ messageSent()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.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 281 of file TestGLDebug00NEWT.java.

Here is the call graph for this function:

◆ received()

boolean com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener.received ( )

Definition at line 279 of file TestGLDebug00NEWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

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