pub type clGetImageRequirementsInfoEXT_t = Option<unsafe extern "C" fn(context: cl_context, properties: *const cl_mem_properties, flags: cl_mem_flags, image_format: *const cl_image_format, image_desc: *const cl_image_desc, param_name: cl_image_requirements_info_ext, param_value_size: size_t, param_value: *mut c_void, param_value_size_ret: *mut size_t) -> cl_int>;

Aliased Type§

enum clGetImageRequirementsInfoEXT_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const u64, _: u64, _: *const cl_image_format, _: *const cl_image_desc, _: 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, _: *const u64, _: u64, _: *const cl_image_format, _: *const cl_image_desc, _: u32, _: usize, _: *mut c_void, _: *mut usize) -> i32)

Some value of type T.