PointerWrapper
public abstract class CLContextCallback extends PointerWrapperAbstract
pointer
Modifier | Constructor | Description |
---|---|---|
protected |
CLContextCallback() |
|
protected |
CLContextCallback(long pointer) |
This constructor allows non-LWJGL implementations.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract void |
handleMessage(String errinfo,
ByteBuffer private_info) |
The callback method.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
checkValid, equals, getPointer, hashCode, isValid, toString
protected CLContextCallback()
protected CLContextCallback(long pointer)
pointer
- protected abstract void handleMessage(String errinfo, ByteBuffer private_info)
errinfo
- the error descriptionprivate_info
- optional error data (may be null)Copyright © 2002-2009 lwjgl.org. All Rights Reserved.