InputAttachmentAspectReferenceKHR

Type Alias InputAttachmentAspectReferenceKHR 

Source
pub type InputAttachmentAspectReferenceKHR = InputAttachmentAspectReference;

Aliased Type§

#[repr(C)]
pub struct InputAttachmentAspectReferenceKHR { pub subpass: u32, pub inputAttachmentIndex: u32, pub aspectMask: u32, }

Fields§

§subpass: u32§inputAttachmentIndex: u32§aspectMask: u32