Type Alias ImageFormatListCreateInfoKHR

Source
pub type ImageFormatListCreateInfoKHR = ImageFormatListCreateInfo;

Aliased Type§

#[repr(C)]
pub struct ImageFormatListCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub view_format_count: u32, pub p_view_formats: *const Format, }

Fields§

§s_type: StructureType§p_next: *const c_void§view_format_count: u32§p_view_formats: *const Format