public final class AMDDebugOutputCallback extends PointerWrapperAbstract
Handler
interface to receive notifications. The same Handler
instance may be used by different contexts but it is not recommended. Handler notifications are synchronized.Modifier and Type | Class and Description |
---|---|
static interface |
AMDDebugOutputCallback.Handler
Implementations of this interface can be used to receive AMD_debug_output notifications.
|
pointer
Constructor and Description |
---|
AMDDebugOutputCallback()
Creates an AMDDebugOutputCallback with a default callback handler.
|
AMDDebugOutputCallback(AMDDebugOutputCallback.Handler handler)
Creates an AMDDebugOutputCallback with the specified callback handler.
|
checkValid, equals, getPointer, hashCode, isValid, toString
public AMDDebugOutputCallback()
public AMDDebugOutputCallback(AMDDebugOutputCallback.Handler handler)
handleMessage
method will be called whenever
debug output is generated by the GL.handler
- the callback handlerCopyright © 2002-2009 lwjgl.org. All Rights Reserved.