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