Struct ash::vk::RenderPassAttachmentBeginInfoBuilder
source · #[repr(transparent)]pub struct RenderPassAttachmentBeginInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassAttachmentBeginInfoBuilder<'a>
impl<'a> RenderPassAttachmentBeginInfoBuilder<'a>
pub fn attachments(self, attachments: &'a [ImageView]) -> Self
sourcepub fn build(self) -> RenderPassAttachmentBeginInfo
pub fn build(self) -> RenderPassAttachmentBeginInfo
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.