pub type ImageFormatListCreateInfoKHR = ImageFormatListCreateInfo;

Aliased Type§

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