create_command_queue_with_properties_khr

Function create_command_queue_with_properties_khr 

Source
pub fn create_command_queue_with_properties_khr(
    context: cl_context,
    device: cl_device_id,
    properties: *const cl_queue_properties_khr,
) -> Result<cl_command_queue, cl_int>