Function opencl_api::api::queue::create_command_queue_with_properties[][src]

pub fn create_command_queue_with_properties(
    context: &WrappedMutablePointer<c_void>,
    device: &WrappedMutablePointer<c_void>,
    properties: &Option<Vec<cl_properties>>
) -> Result<WrappedMutablePointer<c_void>, OpenCLAPILibraryError>