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