Function opencl3::memory::get_image_data

source ·
pub fn get_image_data(
    image: *mut c_void,
    param_name: u32
) -> Result<Vec<u8>, i32>
Expand description

Get data about an OpenCL image object. Calls clGetImageInfo to get the desired data about the image object.