pub struct RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
pub fn image_view(self, image_view: ImageView) -> Self
pub fn image_layout(self, image_layout: ImageLayout) -> Self
sourcepub fn build(self) -> RenderingFragmentDensityMapAttachmentInfoEXT
pub fn build(self) -> RenderingFragmentDensityMapAttachmentInfoEXT
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 RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> Deref for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
source§impl<'a> DerefMut for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> DerefMut for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl ExtendsRenderingInfo for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> !Send for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> !Sync for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> Unpin for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'a>
impl<'a> UnwindSafe for RenderingFragmentDensityMapAttachmentInfoEXTBuilder<'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