Skip to main content

ImageFormatListCreateInfoKHR

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

Must be VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO.

§p_next: *const c_void

Optional, may be null.

§view_format_count: u32

Length of p_view_formats.

§p_view_formats: *const Format