Package org.lwjgl.opengl
Interface AMDDebugOutputCallback.Handler
-
- Enclosing class:
- AMDDebugOutputCallback
public static interface AMDDebugOutputCallback.HandlerImplementations of this interface can be used to receive AMD_debug_output notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMessage(int id, int category, int severity, String message)This method will be called when an AMD_debug_output message is generated.
-
-
-
Method Detail
-
handleMessage
void handleMessage(int id, int category, int severity, String message)This method will be called when an AMD_debug_output message is generated.- Parameters:
id- the message IDcategory- the message categoryseverity- the message severitymessage- the string representation of the message.
-
-