Struct ash::vk::ImageConstraintsInfoFUCHSIABuilder
source · #[repr(transparent)]pub struct ImageConstraintsInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageConstraintsInfoFUCHSIABuilder<'a>
impl<'a> ImageConstraintsInfoFUCHSIABuilder<'a>
pub fn format_constraints( self, format_constraints: &'a [ImageFormatConstraintsInfoFUCHSIA] ) -> Self
pub fn buffer_collection_constraints( self, buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA ) -> Self
pub fn flags(self, flags: ImageConstraintsInfoFlagsFUCHSIA) -> Self
sourcepub fn build(self) -> ImageConstraintsInfoFUCHSIA
pub fn build(self) -> ImageConstraintsInfoFUCHSIA
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.