#[repr(C)]pub struct PipelineRasterizationLineStateCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub line_rasterization_mode: LineRasterizationModeEXT,
pub stippled_line_enable: Bool32,
pub line_stipple_factor: u32,
pub line_stipple_pattern: u16,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§line_rasterization_mode: LineRasterizationModeEXT
§stippled_line_enable: Bool32
§line_stipple_factor: u32
§line_stipple_pattern: u16
Implementations§
Trait Implementations§
source§impl Clone for PipelineRasterizationLineStateCreateInfoEXT
impl Clone for PipelineRasterizationLineStateCreateInfoEXT
source§fn clone(&self) -> PipelineRasterizationLineStateCreateInfoEXT
fn clone(&self) -> PipelineRasterizationLineStateCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more