#[repr(transparent)]pub struct BufferCollectionImageCreateInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
impl<'a> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
pub fn collection(self, collection: BufferCollectionFUCHSIA) -> Self
pub fn index(self, index: u32) -> Self
sourcepub fn build(self) -> BufferCollectionImageCreateInfoFUCHSIA
pub fn build(self) -> BufferCollectionImageCreateInfoFUCHSIA
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.