Type Alias cl_image_format

Source
pub type cl_image_format = _cl_image_format;

Aliased Type§

#[repr(C)]
pub struct cl_image_format { pub image_channel_order: u32, pub image_channel_data_type: u32, }

Fields§

§image_channel_order: u32§image_channel_data_type: u32