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