Type Alias ash::vk::InputAttachmentAspectReferenceKHR
source · pub type InputAttachmentAspectReferenceKHR = InputAttachmentAspectReference;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