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