pub type FormatProperties2KHR = FormatProperties2;Aliased Type§
#[repr(C)]pub struct FormatProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_properties: FormatProperties,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2.
p_next: *mut c_voidOptional, may be null.
format_properties: FormatProperties