pub type PhysicalDeviceImageFormatInfo2KHR = PhysicalDeviceImageFormatInfo2;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceImageFormatInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format: Format,
pub type: ImageType,
pub tiling: ImageTiling,
pub usage: ImageUsageFlagBits,
pub flags: ImageCreateFlagBits,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2.
p_next: *const c_voidOptional, may be null.
format: Format§type: ImageType§tiling: ImageTiling§usage: ImageUsageFlagBits§flags: ImageCreateFlagBits