PhysicalDeviceLineRasterizationFeaturesEXT

Type Alias PhysicalDeviceLineRasterizationFeaturesEXT 

Source
pub type PhysicalDeviceLineRasterizationFeaturesEXT<'a> = PhysicalDeviceLineRasterizationFeatures<'a>;

Aliased Type§

pub struct PhysicalDeviceLineRasterizationFeaturesEXT<'a> {
    pub rectangular_lines: Bool32,
    pub bresenham_lines: Bool32,
    pub smooth_lines: Bool32,
    pub stippled_rectangular_lines: Bool32,
    pub stippled_bresenham_lines: Bool32,
    pub stippled_smooth_lines: Bool32,
    /* private fields */
}

Fields§

§rectangular_lines: Bool32§bresenham_lines: Bool32§smooth_lines: Bool32§stippled_rectangular_lines: Bool32§stippled_bresenham_lines: Bool32§stippled_smooth_lines: Bool32