pub type ImageFormatListCreateInfoKHR<'a> = ImageFormatListCreateInfo<'a>;

Aliased Type§

struct ImageFormatListCreateInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub view_format_count: u32,
    pub p_view_formats: *const Format,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§view_format_count: u32§p_view_formats: *const Format§_marker: PhantomData<&'a ()>