public final class KHRDebugCallback 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 |
KHRDebugCallback.Handler
Implementations of this interface can be used to receive ARB_debug_output notifications.
|
pointer
Constructor and Description |
---|
KHRDebugCallback()
Creates an KHRebugCallback with a default callback handler.
|
KHRDebugCallback(KHRDebugCallback.Handler handler)
Creates an ARBDebugOutputCallback with the specified callback handler.
|
checkValid, equals, getPointer, hashCode, isValid, toString
public KHRDebugCallback()
public KHRDebugCallback(KHRDebugCallback.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.