Package org.lwjgl.opencl
Class KHRCreateCommandQueue
java.lang.Object
org.lwjgl.opencl.KHRCreateCommandQueue
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
clCreateCommandQueueWithPropertiesKHR
(long context, long device, long @Nullable [] properties, int @Nullable [] errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
static long
clCreateCommandQueueWithPropertiesKHR
(long context, long device, @Nullable LongBuffer properties, @Nullable IntBuffer errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
static long
nclCreateCommandQueueWithPropertiesKHR
(long context, long device, long properties, long errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
-
Method Details
-
nclCreateCommandQueueWithPropertiesKHR
public static long nclCreateCommandQueueWithPropertiesKHR(long context, long device, long properties, long errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
-
clCreateCommandQueueWithPropertiesKHR
public static long clCreateCommandQueueWithPropertiesKHR(long context, long device, @Nullable LongBuffer properties, @Nullable IntBuffer errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
-
clCreateCommandQueueWithPropertiesKHR
public static long clCreateCommandQueueWithPropertiesKHR(long context, long device, long @Nullable [] properties, int @Nullable [] errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesKHR(cl_context context, cl_device_id device, cl_queue_properties_khr const * properties, cl_int * errcode_ret)
-