#[repr(transparent)]pub struct RenderPassInputAttachmentAspectCreateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassInputAttachmentAspectCreateInfoBuilder<'a>
impl<'a> RenderPassInputAttachmentAspectCreateInfoBuilder<'a>
pub fn aspect_references( self, aspect_references: &'a [InputAttachmentAspectReference] ) -> Self
sourcepub fn build(self) -> RenderPassInputAttachmentAspectCreateInfo
pub fn build(self) -> RenderPassInputAttachmentAspectCreateInfo
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.