Class APPLECommandQueuePriority



  • public class APPLECommandQueuePriority
    extends java.lang.Object
    Native bindings to the APPLE_command_queue_priority extension.
    • 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

      • 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. If errcode_ret is NULL, no error code is returned.