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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMultiDrawPropertiesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more