JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.GLDebugListener Interface Reference

Listener for GLDebugMessages. More...

Inheritance diagram for com.jogamp.opengl.GLDebugListener:
Collaboration diagram for com.jogamp.opengl.GLDebugListener:

Public Member Functions

void messageSent (GLDebugMessage event)
 Handle GLDebugMessage message sent from native GL implementation. More...
 

Detailed Description

Listener for GLDebugMessages.

One can enable GLDebugOutput via GLContext#enableGLDebugMessage(boolean) and add listeners via GLContext#addGLDebugListener(GLDebugListener).

Definition at line 36 of file GLDebugListener.java.

Member Function Documentation

◆ messageSent()

void com.jogamp.opengl.GLDebugListener.messageSent ( 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.

Implemented in com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.MyGLDebugListener, and com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.


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