Struct ash::vk::PhysicalDeviceMaintenance3PropertiesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceMaintenance3PropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn max_per_set_descriptors(
self,
max_per_set_descriptors: u32
) -> PhysicalDeviceMaintenance3PropertiesBuilder<'a>
pub fn max_memory_allocation_size(
self,
max_memory_allocation_size: DeviceSize
) -> PhysicalDeviceMaintenance3PropertiesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceMaintenance3Properties>
Trait Implementations
The resulting type after dereferencing.