Struct ash::vk::ClearAttachmentBuilder  
source · #[repr(transparent)]pub struct ClearAttachmentBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ClearAttachmentBuilder<'a>
 
impl<'a> ClearAttachmentBuilder<'a>
pub fn aspect_mask(self, aspect_mask: ImageAspectFlags) -> Self
pub fn color_attachment(self, color_attachment: u32) -> Self
pub fn clear_value(self, clear_value: ClearValue) -> Self
sourcepub fn build(self) -> ClearAttachment
 
pub fn build(self) -> ClearAttachment
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.