Struct ash::vk::AttachmentSampleLocationsEXTBuilder
source · #[repr(transparent)]pub struct AttachmentSampleLocationsEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> AttachmentSampleLocationsEXTBuilder<'a>
pub fn attachment_index(self, attachment_index: u32) -> Self
pub fn sample_locations_info( self, sample_locations_info: SampleLocationsInfoEXT ) -> Self
sourcepub fn build(self) -> AttachmentSampleLocationsEXT
pub fn build(self) -> AttachmentSampleLocationsEXT
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.