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