#[repr(transparent)]pub struct PipelineDiscardRectangleStateCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineDiscardRectangleStateCreateInfoEXTBuilder<'a>
impl<'a> PipelineDiscardRectangleStateCreateInfoEXTBuilder<'a>
pub fn flags(self, flags: PipelineDiscardRectangleStateCreateFlagsEXT) -> Self
pub fn discard_rectangle_mode( self, discard_rectangle_mode: DiscardRectangleModeEXT ) -> Self
pub fn discard_rectangles(self, discard_rectangles: &'a [Rect2D]) -> Self
sourcepub fn build(self) -> PipelineDiscardRectangleStateCreateInfoEXT
pub fn build(self) -> PipelineDiscardRectangleStateCreateInfoEXT
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.