pub struct RenderPassSampleLocationsBeginInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
pub fn attachment_initial_sample_locations( self, attachment_initial_sample_locations: &'a [AttachmentSampleLocationsEXT] ) -> Self
pub fn post_subpass_sample_locations( self, post_subpass_sample_locations: &'a [SubpassSampleLocationsEXT] ) -> Self
sourcepub fn build(self) -> RenderPassSampleLocationsBeginInfoEXT
pub fn build(self) -> RenderPassSampleLocationsBeginInfoEXT
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 RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> Deref for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
source§impl<'a> DerefMut for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> DerefMut for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl ExtendsRenderPassBeginInfo for RenderPassSampleLocationsBeginInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> !Send for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> !Sync for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> Unpin for RenderPassSampleLocationsBeginInfoEXTBuilder<'a>
impl<'a> UnwindSafe for RenderPassSampleLocationsBeginInfoEXTBuilder<'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