#[repr(transparent)]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.