Struct ash::vk::InputAttachmentAspectReferenceBuilder
source · #[repr(transparent)]pub struct InputAttachmentAspectReferenceBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> InputAttachmentAspectReferenceBuilder<'a>
impl<'a> InputAttachmentAspectReferenceBuilder<'a>
pub fn subpass(self, subpass: u32) -> Self
pub fn input_attachment_index(self, input_attachment_index: u32) -> Self
pub fn aspect_mask(self, aspect_mask: ImageAspectFlags) -> Self
sourcepub fn build(self) -> InputAttachmentAspectReference
pub fn build(self) -> InputAttachmentAspectReference
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.