Package org.lwjgl.opengl
Interface KHRDebugCallback.Handler
- Enclosing class:
KHRDebugCallback
public static interface KHRDebugCallback.Handler
Implementations of this interface can be used to receive ARB_debug_output notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(int source, int type, int id, int severity, String message) This method will be called when an ARB_debug_output message is generated.
-
Method Details
-
handleMessage
This method will be called when an ARB_debug_output message is generated.- Parameters:
source- the message sourcetype- the message typeid- the message IDseverity- the message severitymessage- the string representation of the message.
-