clGetDeviceImageInfoQCOM_t

Type Alias clGetDeviceImageInfoQCOM_t 

Source
pub type clGetDeviceImageInfoQCOM_t = Option<unsafe extern "C" fn(device: cl_device_id, image_width: size_t, image_height: size_t, image_format: *const cl_image_format, param_name: cl_image_pitch_info_qcom, param_value_size: size_t, param_value: *mut c_void, param_value_size_ret: *mut size_t) -> cl_int>;

Aliased Type§

pub enum clGetDeviceImageInfoQCOM_t {
    None,
    Some(unsafe extern "C" fn(*mut c_void, usize, usize, *const cl_image_format, u32, usize, *mut c_void, *mut usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, usize, usize, *const cl_image_format, u32, usize, *mut c_void, *mut usize) -> i32)

Some value of type T.