Type Alias InputAttachmentAspectReferenceKHR

Source
pub type InputAttachmentAspectReferenceKHR = InputAttachmentAspectReference;

Aliased Type§

#[repr(C)]
pub struct InputAttachmentAspectReferenceKHR { pub subpass: u32, pub input_attachment_index: u32, pub aspect_mask: ImageAspectFlags, }

Fields§

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