Uses of Class
org.lwjgl.opencl.CLNativeKernel
Packages that use CLNativeKernel
-
Uses of CLNativeKernel in org.lwjgl.opencl
Methods in org.lwjgl.opencl with parameters of type CLNativeKernelModifier and TypeMethodDescriptionstatic int
CL10.clEnqueueNativeKernel
(CLCommandQueue command_queue, CLNativeKernel user_func, CLMem[] mem_list, long[] sizes, PointerBuffer event_wait_list, PointerBuffer event) Enqueues a native kernel to the specified command queue.