Type Alias VkFramebufferAttachmentsCreateInfo

Source
pub type VkFramebufferAttachmentsCreateInfo = VkFramebufferAttachmentsCreateInfo;

Aliased Type§

pub struct VkFramebufferAttachmentsCreateInfo {
    pub attachment_image_infos: Vec<VkFramebufferAttachmentImageInfo>,
}

Fields§

§attachment_image_infos: Vec<VkFramebufferAttachmentImageInfo>