pub type InputAttachmentAspectReferenceKHR = InputAttachmentAspectReference;
Expand description

Aliased Type§

struct InputAttachmentAspectReferenceKHR {
    pub subpass: u32,
    pub input_attachment_index: u32,
    pub aspect_mask: ImageAspectFlags,
}

Fields§

§subpass: u32§input_attachment_index: u32§aspect_mask: ImageAspectFlags