Class APPLECommandQueueSelectComputeUnits

java.lang.Object
org.lwjgl.opencl.APPLECommandQueueSelectComputeUnits

public class APPLECommandQueueSelectComputeUnits extends Object
  • 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

      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)