PointerWrapperpublic 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 | Description |
|---|---|---|
static interface |
AMDDebugOutputCallback.Handler |
Implementations of this interface can be used to receive AMD_debug_output notifications.
|
pointer| Constructor | Description |
|---|---|
AMDDebugOutputCallback() |
Creates an AMDDebugOutputCallback with a default callback handler.
|
AMDDebugOutputCallback(AMDDebugOutputCallback.Handler handler) |
Creates an AMDDebugOutputCallback with the specified callback handler.
|
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.