Function opencl3::memory::get_pipe_data[][src]

pub fn get_pipe_data(
    pipe: *mut c_void,
    param_name: u32
) -> Result<Vec<u8, Global>, i32>
Expand description

Get data about an OpenCL pipe object. Calls clGetPipeInfo to get the desired data about the pipe object.