Function opencl3::command_queue::get_command_queue_data

source ยท
pub fn get_command_queue_data(
    command_queue: *mut c_void,
    param_name: u32
) -> Result<Vec<u8>, i32>
Expand description

Get data about an OpenCL command-queue. Calls clGetCommandQueueInfo to get the desired data about the command-queue.