Struct ash::vk::PipelineRasterizationLineStateCreateInfoEXT [−][src]
#[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
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more