pub struct PipelineRasterizationLineStateCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
pub fn line_rasterization_mode( self, line_rasterization_mode: LineRasterizationModeEXT ) -> Self
pub fn stippled_line_enable(self, stippled_line_enable: bool) -> Self
pub fn line_stipple_factor(self, line_stipple_factor: u32) -> Self
pub fn line_stipple_pattern(self, line_stipple_pattern: u16) -> Self
sourcepub fn build(self) -> PipelineRasterizationLineStateCreateInfoEXT
pub fn build(self) -> PipelineRasterizationLineStateCreateInfoEXT
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 PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> Deref for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
source§impl<'a> DerefMut for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl ExtendsPipelineRasterizationStateCreateInfo for PipelineRasterizationLineStateCreateInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> !Send for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> !Sync for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> Unpin for PipelineRasterizationLineStateCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for PipelineRasterizationLineStateCreateInfoEXTBuilder<'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