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]
) -> RenderPassInputAttachmentAspectCreateInfoBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for RenderPassInputAttachmentAspectCreateInfoBuilder<'a>
impl<'a> Deref for RenderPassInputAttachmentAspectCreateInfoBuilder<'a>
§type Target = RenderPassInputAttachmentAspectCreateInfo
type Target = RenderPassInputAttachmentAspectCreateInfo
The resulting type after dereferencing.