pub type ImageFormatProperties2KHR = ImageFormatProperties2;Aliased Type§
#[repr(C)]pub struct ImageFormatProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_format_properties: ImageFormatProperties,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2.
p_next: *mut c_voidOptional, may be null.
image_format_properties: ImageFormatProperties