#[repr(transparent)]pub struct PhysicalDeviceMaintenance3PropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMaintenance3PropertiesBuilder<'a>
impl<'a> PhysicalDeviceMaintenance3PropertiesBuilder<'a>
pub fn max_per_set_descriptors(self, max_per_set_descriptors: u32) -> Self
pub fn max_memory_allocation_size( self, max_memory_allocation_size: DeviceSize ) -> Self
sourcepub fn build(self) -> PhysicalDeviceMaintenance3Properties
pub fn build(self) -> PhysicalDeviceMaintenance3Properties
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.