org.lwjgl.opengl
Interface ARBDebugOutputCallback.Handler
- Enclosing class:
- ARBDebugOutputCallback
public static interface ARBDebugOutputCallback.Handler
Implementations of this interface can be used to receive ARB_debug_output notifications.
Method Summary |
void |
handleMessage(int source,
int type,
int id,
int severity,
java.lang.String message)
This method will be called when an ARB_debug_output message is generated. |
handleMessage
void handleMessage(int source,
int type,
int id,
int severity,
java.lang.String message)
- This method will be called when an ARB_debug_output message is generated.
- Parameters:
id
- the message IDsource
- the message sourcetype
- the message typeseverity
- the message severitymessage
- the string representation of the message.
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.