Struct ash::vk::FramebufferAttachmentsCreateInfoBuilder
source · #[repr(transparent)]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] ) -> Self
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.