Struct ash::vk::PhysicalDeviceLineRasterizationFeaturesEXT [−][src]
#[repr(C)]pub struct PhysicalDeviceLineRasterizationFeaturesEXT { pub s_type: StructureType, pub p_next: *mut c_void, 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, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
rectangular_lines: Bool32
bresenham_lines: Bool32
smooth_lines: Bool32
stippled_rectangular_lines: Bool32
stippled_bresenham_lines: Bool32
stippled_smooth_lines: Bool32
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