ImageFormatListCreateInfoKHR

Type Alias ImageFormatListCreateInfoKHR 

Source
pub type ImageFormatListCreateInfoKHR = ImageFormatListCreateInfo;
Expand description

Aliased Type§

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

Fields§

§s_type: StructureType§next: *const c_void§view_format_count: u32§view_formats: *const Format