pub struct PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
pub fn multi_draw(
self,
multi_draw: bool
) -> PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMultiDrawFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceMultiDrawFeaturesEXT
type Target = PhysicalDeviceMultiDrawFeaturesEXT
The resulting type after dereferencing.