org.jocl
Interface EnqueueNativeKernelFunction


public interface EnqueueNativeKernelFunction

Emulation of a function pointer for functions that may be passed to the clEnqueueNativeKernel method.

See Also:
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

function

void function(java.lang.Object args)
The function that will be called

Parameters:
args - The arguments