Struct ash::vk::BufferConstraintsInfoFUCHSIABuilder
source · #[repr(transparent)]pub struct BufferConstraintsInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferConstraintsInfoFUCHSIABuilder<'a>
impl<'a> BufferConstraintsInfoFUCHSIABuilder<'a>
pub fn create_info(self, create_info: BufferCreateInfo) -> Self
pub fn required_format_features( self, required_format_features: FormatFeatureFlags ) -> Self
pub fn buffer_collection_constraints( self, buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA ) -> Self
sourcepub fn build(self) -> BufferConstraintsInfoFUCHSIA
pub fn build(self) -> BufferConstraintsInfoFUCHSIA
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.