pub type VkFramebufferAttachmentImageInfoKHR = VkFramebufferAttachmentImageInfo;Aliased Type§
#[repr(C)]pub struct VkFramebufferAttachmentImageInfoKHR {
pub sType: u32,
pub pNext: *const c_void,
pub flags: u32,
pub usage: u32,
pub width: u32,
pub height: u32,
pub layerCount: u32,
pub viewFormatCount: u32,
pub pViewFormats: *const u32,
}Fields§
§sType: u32§pNext: *const c_void§flags: u32§usage: u32§width: u32§height: u32§layerCount: u32§viewFormatCount: u32§pViewFormats: *const u32