public static interface KHRDebugCallback.Handler
Modifier and Type | Method and Description |
---|---|
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.
|
void handleMessage(int source, int type, int id, int severity, java.lang.String message)
source
- the message sourcetype
- the message typeid
- the message IDseverity
- the message severitymessage
- the string representation of the message.Copyright © 2002-2009 lwjgl.org. All Rights Reserved.