Struct ash::vk::BufferCollectionCreateInfoFUCHSIABuilder
source · #[repr(transparent)]pub struct BufferCollectionCreateInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferCollectionCreateInfoFUCHSIABuilder<'a>
impl<'a> BufferCollectionCreateInfoFUCHSIABuilder<'a>
pub fn collection_token(self, collection_token: zx_handle_t) -> Self
sourcepub fn build(self) -> BufferCollectionCreateInfoFUCHSIA
pub fn build(self) -> BufferCollectionCreateInfoFUCHSIA
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.