Package org.lwjgl.opencl
Class APPLECommandQueuePriority
java.lang.Object
org.lwjgl.opencl.APPLECommandQueuePriority
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
clCreateCommandQueueWithPropertiesAPPLE
(long context, long device, PointerBuffer properties, int @Nullable [] errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesAPPLE(cl_context context, cl_device_id device, cl_queue_properties_APPLE const * properties, cl_int * errcode_ret)
static long
clCreateCommandQueueWithPropertiesAPPLE
(long context, long device, PointerBuffer properties, @Nullable IntBuffer errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesAPPLE(cl_context context, cl_device_id device, cl_queue_properties_APPLE const * properties, cl_int * errcode_ret)
static long
nclCreateCommandQueueWithPropertiesAPPLE
(long context, long device, long properties, long errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesAPPLE(cl_context context, cl_device_id device, cl_queue_properties_APPLE const * properties, cl_int * errcode_ret)
-
Field Details
-
CL_QUEUE_PRIORITY_APPLE
public static final int CL_QUEUE_PRIORITY_APPLE- See Also:
-
CL_QUEUE_PRIORITY_BACKGROUND_APPLE
public static final int CL_QUEUE_PRIORITY_BACKGROUND_APPLE- See Also:
-
CL_QUEUE_PRIORITY_DEFAULT_APPLE
public static final int CL_QUEUE_PRIORITY_DEFAULT_APPLE- See Also:
-
-
Method Details
-
nclCreateCommandQueueWithPropertiesAPPLE
public static long nclCreateCommandQueueWithPropertiesAPPLE(long context, long device, long properties, long errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesAPPLE(cl_context context, cl_device_id device, cl_queue_properties_APPLE const * properties, cl_int * errcode_ret)
-
clCreateCommandQueueWithPropertiesAPPLE
public static long clCreateCommandQueueWithPropertiesAPPLE(long context, long device, PointerBuffer properties, @Nullable IntBuffer errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesAPPLE(cl_context context, cl_device_id device, cl_queue_properties_APPLE const * properties, cl_int * errcode_ret)
-
clCreateCommandQueueWithPropertiesAPPLE
public static long clCreateCommandQueueWithPropertiesAPPLE(long context, long device, PointerBuffer properties, int @Nullable [] errcode_ret) cl_command_queue clCreateCommandQueueWithPropertiesAPPLE(cl_context context, cl_device_id device, cl_queue_properties_APPLE const * properties, cl_int * errcode_ret)
-