|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnqueueNativeKernelFunction
Emulation of a function pointer for functions that may be passed to the
clEnqueueNativeKernel
method.
CL.clEnqueueNativeKernel(cl_command_queue, EnqueueNativeKernelFunction, Object,
long, int, cl_mem[], Pointer[], int, cl_event[], cl_event)
Method Summary | |
---|---|
void |
function(java.lang.Object args)
The function that will be called |
Method Detail |
---|
void function(java.lang.Object args)
args
- The arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |