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