ash::vkType Alias PhysicalDeviceLineRasterizationFeaturesEXT
Source pub type PhysicalDeviceLineRasterizationFeaturesEXT<'a> = PhysicalDeviceLineRasterizationFeaturesKHR<'a>;
struct PhysicalDeviceLineRasterizationFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub rectangular_lines: u32,
pub bresenham_lines: u32,
pub smooth_lines: u32,
pub stippled_rectangular_lines: u32,
pub stippled_bresenham_lines: u32,
pub stippled_smooth_lines: u32,
pub _marker: PhantomData<&'a ()>,
}