public abstract class CLContextCallback extends PointerWrapperAbstract
pointer| Modifier | Constructor and Description |
|---|---|
protected |
CLContextCallback() |
protected |
CLContextCallback(long pointer)
This constructor allows non-LWJGL implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
handleMessage(String errinfo,
ByteBuffer private_info)
The callback method.
|
checkValid, equals, getPointer, hashCode, isValid, toStringprotected 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.