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