Struct ash::vk::AttachmentSampleLocationsEXTBuilder
source · 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.
Trait Implementations§
source§impl<'a> Deref for AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> Deref for AttachmentSampleLocationsEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> RefUnwindSafe for AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> !Send for AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> !Sync for AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> Unpin for AttachmentSampleLocationsEXTBuilder<'a>
impl<'a> UnwindSafe for AttachmentSampleLocationsEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more