Package org.jocl
Interface EnqueueNativeKernelFunction
-
public interface EnqueueNativeKernelFunction
Emulation of a function pointer for functions that may be passed to theclEnqueueNativeKernel
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
function(java.lang.Object args)
The function that will be called
-