public 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 and Description |
---|---|
protected |
CLNativeKernel() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
execute(java.nio.ByteBuffer[] memobjs)
Implement this method to execute an action on cl_mem objects in global memory.
|
checkValid, equals, getPointer, hashCode, isValid, toString
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.