Class APPLECommandQueueSelectComputeUnits
java.lang.Object
org.lwjgl.opencl.APPLECommandQueueSelectComputeUnits
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic longclCreateCommandQueueWithPropertiesAPPLE(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 longclCreateCommandQueueWithPropertiesAPPLE(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 longnclCreateCommandQueueWithPropertiesAPPLE(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_NUM_COMPUTE_UNITS_APPLE
public static final int CL_QUEUE_NUM_COMPUTE_UNITS_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
@NativeType("cl_command_queue") public static long clCreateCommandQueueWithPropertiesAPPLE(@NativeType("cl_context") long context, @NativeType("cl_device_id") long device, @NativeType("cl_queue_properties_APPLE const *") PointerBuffer properties, @NativeType("cl_int *") @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
@NativeType("cl_command_queue") public static long clCreateCommandQueueWithPropertiesAPPLE(@NativeType("cl_context") long context, @NativeType("cl_device_id") long device, @NativeType("cl_queue_properties_APPLE const *") PointerBuffer properties, @NativeType("cl_int *") 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)
-