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