pub struct RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
pub fn fragment_density_map_attachment( self, fragment_density_map_attachment: AttachmentReference ) -> Self
sourcepub fn build(self) -> RenderPassFragmentDensityMapCreateInfoEXT
pub fn build(self) -> RenderPassFragmentDensityMapCreateInfoEXT
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 RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> Deref for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
source§impl<'a> DerefMut for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl ExtendsRenderPassCreateInfo for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'_>
impl ExtendsRenderPassCreateInfo2 for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> !Send for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> !Sync for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> Unpin for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for RenderPassFragmentDensityMapCreateInfoEXTBuilder<'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