Type Alias VkRenderPassInputAttachmentAspectCreateInfoKHR

Source
pub type VkRenderPassInputAttachmentAspectCreateInfoKHR = VkRenderPassInputAttachmentAspectCreateInfo;

Aliased Type§

struct VkRenderPassInputAttachmentAspectCreateInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub aspectReferenceCount: u32,
    pub pAspectReferences: *const VkInputAttachmentAspectReference,
}

Fields§

§sType: u32§pNext: *const c_void§aspectReferenceCount: u32§pAspectReferences: *const VkInputAttachmentAspectReference