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