PointerWrapperpublic abstract class CLNativeKernel extends PointerWrapperAbstract
execute to receive an array
of ByteBuffers, pointing to cl_mem objects in global memory. The ByteBuffer objects should not
be used outside the handleMessage method.pointer| Modifier | Constructor | Description |
|---|---|---|
protected |
CLNativeKernel() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
execute(ByteBuffer[] memobjs) |
Implement this method to execute an action on cl_mem objects in global memory.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckValid, equals, getPointer, hashCode, isValid, toStringprotected abstract void execute(ByteBuffer[] memobjs)
memobjs - an array of ByteBuffers pointing to cl_mem global memory.Copyright © 2002-2009 lwjgl.org. All Rights Reserved.