#[repr(transparent)]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.