#[repr(transparent)]pub struct BufferCollectionConstraintsInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
impl<'a> BufferCollectionConstraintsInfoFUCHSIABuilder<'a>
pub fn min_buffer_count(self, min_buffer_count: u32) -> Self
pub fn max_buffer_count(self, max_buffer_count: u32) -> Self
pub fn min_buffer_count_for_camping( self, min_buffer_count_for_camping: u32 ) -> Self
pub fn min_buffer_count_for_dedicated_slack( self, min_buffer_count_for_dedicated_slack: u32 ) -> Self
sourcepub fn build(self) -> BufferCollectionConstraintsInfoFUCHSIA
pub fn build(self) -> BufferCollectionConstraintsInfoFUCHSIA
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.