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