pub struct FramebufferAttachmentsCreateInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> FramebufferAttachmentsCreateInfoBuilder<'a>
impl<'a> FramebufferAttachmentsCreateInfoBuilder<'a>
pub fn attachment_image_infos( self, attachment_image_infos: &'a [FramebufferAttachmentImageInfo] ) -> FramebufferAttachmentsCreateInfoBuilder<'a>
sourcepub fn build(self) -> FramebufferAttachmentsCreateInfo
pub fn build(self) -> FramebufferAttachmentsCreateInfo
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 FramebufferAttachmentsCreateInfoBuilder<'a>
impl<'a> Deref for FramebufferAttachmentsCreateInfoBuilder<'a>
§type Target = FramebufferAttachmentsCreateInfo
type Target = FramebufferAttachmentsCreateInfo
The resulting type after dereferencing.