Uses of Class
org.lwjgl.opencl.CLNativeKernel

Packages that use CLNativeKernel
org.lwjgl.opencl   
 

Uses of CLNativeKernel in org.lwjgl.opencl
 

Methods in org.lwjgl.opencl with parameters of type CLNativeKernel
static 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.
 



Copyright © 2002-2009 lwjgl.org. All Rights Reserved.