#[repr(transparent)]pub struct SubpassFragmentDensityMapOffsetEndInfoQCOMBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SubpassFragmentDensityMapOffsetEndInfoQCOMBuilder<'a>
impl<'a> SubpassFragmentDensityMapOffsetEndInfoQCOMBuilder<'a>
pub fn fragment_density_offsets( self, fragment_density_offsets: &'a [Offset2D] ) -> Self
sourcepub fn build(self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
pub fn build(self) -> SubpassFragmentDensityMapOffsetEndInfoQCOM
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.