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