Package org.lwjgl.opencl
Class APPLECommandQueueSelectComputeUnits
- java.lang.Object
-
- org.lwjgl.opencl.APPLECommandQueueSelectComputeUnits
-
public class APPLECommandQueueSelectComputeUnits extends java.lang.ObjectNative bindings to the APPLE_command_queue_select_compute_units extension.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCL_QUEUE_NUM_COMPUTE_UNITS_APPLE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static longclCreateCommandQueueWithPropertiesAPPLE(long context, long device, PointerBuffer properties, int[] errcode_ret)Array version of:CreateCommandQueueWithPropertiesAPPLEstatic longclCreateCommandQueueWithPropertiesAPPLE(long context, long device, PointerBuffer properties, java.nio.IntBuffer errcode_ret)
-
-
-
Field Detail
-
CL_QUEUE_NUM_COMPUTE_UNITS_APPLE
public static final int CL_QUEUE_NUM_COMPUTE_UNITS_APPLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
clCreateCommandQueueWithPropertiesAPPLE
public static long clCreateCommandQueueWithPropertiesAPPLE(long context, long device, PointerBuffer properties, java.nio.IntBuffer errcode_ret)- Parameters:
context-device-properties-errcode_ret- will return an appropriate error code. Iferrcode_retisNULL, no error code is returned.
-
clCreateCommandQueueWithPropertiesAPPLE
public static long clCreateCommandQueueWithPropertiesAPPLE(long context, long device, PointerBuffer properties, int[] errcode_ret)Array version of:CreateCommandQueueWithPropertiesAPPLE
-
-