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: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
view_format_count: u32Length of p_view_formats.
p_view_formats: *const Format