Type Alias VkFramebufferAttachmentsCreateInfoKHR

Source
pub type VkFramebufferAttachmentsCreateInfoKHR = VkFramebufferAttachmentsCreateInfo;

Aliased Type§

struct VkFramebufferAttachmentsCreateInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub attachmentImageInfoCount: u32,
    pub pAttachmentImageInfos: *const VkFramebufferAttachmentImageInfo,
}

Fields§

§sType: u32§pNext: *const c_void§attachmentImageInfoCount: u32§pAttachmentImageInfos: *const VkFramebufferAttachmentImageInfo