pub struct PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
pub fn max_discard_rectangles(self, max_discard_rectangles: u32) -> Self
sourcepub fn build(self) -> PhysicalDeviceDiscardRectanglePropertiesEXT
pub fn build(self) -> PhysicalDeviceDiscardRectanglePropertiesEXT
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 PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDiscardRectanglePropertiesEXTBuilder<'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